You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using cms template, but get the error when running php artisan db:seed on terminate.
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1364 Field 'path' doesn't have a default va
lue (SQL: insert into permissions (code, name) values (CMS, CMS), (BL
OG, Blog), (STORE, Store), (ADMIN, Administration))
The text was updated successfully, but these errors were encountered:
I using cms template, but get the error when running
php artisan db:seed
on terminate.[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1364 Field 'path' doesn't have a default va
lue (SQL: insert into
permissions
(code
,name
) values (CMS, CMS), (BLOG, Blog), (STORE, Store), (ADMIN, Administration))
The text was updated successfully, but these errors were encountered: