You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i can only see the sql file for the table customers, but i cant find the sql file for the table product
An exception occurred while executing 'SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT idcustomer0 FROM (SELECT c0_.idcustomer AS idcustomer0, c0_.name AS name1, c0_.surname AS surname2, c0_.street AS street3, c0_.city AS city4, c0_.active AS active5, p1_.customer_id AS customer_id6, p1_.product AS product7 FROM customer c0_ LEFT JOIN product p1_ ON c0_.idcustomer = p1_.customer_id) dctrn_result) dctrn_table':
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p1_.customer_id' in 'field list'
The text was updated successfully, but these errors were encountered:
i can only see the sql file for the table customers, but i cant find the sql file for the table product
An exception occurred while executing 'SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT idcustomer0 FROM (SELECT c0_.idcustomer AS idcustomer0, c0_.name AS name1, c0_.surname AS surname2, c0_.street AS street3, c0_.city AS city4, c0_.active AS active5, p1_.customer_id AS customer_id6, p1_.product AS product7 FROM customer c0_ LEFT JOIN product p1_ ON c0_.idcustomer = p1_.customer_id) dctrn_result) dctrn_table':
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'p1_.customer_id' in 'field list'
The text was updated successfully, but these errors were encountered: