m using cakephp 3.0 and m using bin/cake bake all for baking all views. but m getting error while baking dependent view..like previously i had baked views for products using
bin/cake bake all products
but when i use same for
bin/cake bake all products_mix
m getting following error
Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table
'cakephp3_s.products_mix' doesn't exist in
[/home/shital/public_html/cakephp3/myCakeApp/vendor/cakephp/cakephp/src/Database/Schema/Collection.php,
line 130] 2015-02-20 06:35:57 Error: [Cake\Database\Exception]
SQLSTATE[42S02]: Base table or view not found: 1146 Table
'cakephp3_s.products_mix' doesn't exist
can anyone please help me for this error.. m not getting actually what mistake m making here???