Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table product not found #92

Open
aloism opened this issue Mar 6, 2016 · 0 comments
Open

Table product not found #92

aloism opened this issue Mar 6, 2016 · 0 comments

Comments

@aloism
Copy link

aloism commented Mar 6, 2016

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant