vandan's avatar
Level 13

QueryException in Connection.php line 770: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ecommerce.categoris' doesn't exist (SQL: insert into `categoris` (`name`, `updated_at`, `created_at`) values (, 2018-07-20 06:48:35, 2018-07-20 06:48:35

QueryException in Connection.php line 770: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ecommerce.categoris' doesn't exist (SQL: insert into categoris (name, updated_at, created_at) values (, 2018-07-20 06:48:35, 2018-07-20 06:48:35))

0 likes
5 replies
zoltiecodes's avatar

Hi. Did you create a migration file for the categoris table? Did you run your migrations? Try to run the following command in console in your project root: php artisan migrate

webtrickshome's avatar

I guess you have a typo error. Did you create a table named categoris or it's categories?

vandan's avatar
Level 13

Sir My Migration file is categories & model name is Categori #zsoltgyure

1 like

Please or to participate in this conversation.