Employee-Payroll-with-laravel-framework icon indicating copy to clipboard operation
Employee-Payroll-with-laravel-framework copied to clipboard

Database error

Open labschool opened this issue 6 years ago • 3 comments

C:\xampp\htdocs\payroll>php artisan db:seed

Seeding: UsersTableSeeder

In Connection.php line 664:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'payroll.departments' doesn't exist (SQL: insert into de partments (name, slug, updated_at, created_at) values (dicta, dicta, 2018-11-14 22:51:48, 2018-11-14 22:51 :48))

In Connection.php line 452:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'payroll.departments' doesn't exist

Why;

labschool avatar Nov 14 '18 22:11 labschool