dudapiotr / ZfTable

*Not supported*ZfTable 3.1. Awesome ZF2 table / grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3.0.
http://dudapiotrek.laohost.net/
MIT License
75 stars 59 forks source link

Table product not found #92

Open aloism opened 8 years ago

aloism commented 8 years ago

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 dctrncount 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 customerid6, 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'