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
After installing a packege in laravel 11 where filamentPhp v3 is already installed I run the php artisan migrate file but it gives error.
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '''' at line 1 (Connection: mysql, SQL: alter table schedules change new_statusstatus enum('active','inactive','trashed') collate 'utf8mbz4_unicode_ci' not null default ''active'')
The text was updated successfully, but these errors were encountered:
After installing a packege in laravel 11 where filamentPhp v3 is already installed I run the php artisan migrate file but it gives error.
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '''' at line 1 (Connection: mysql, SQL: alter table
schedules
changenew_status
status
enum('active','inactive','trashed') collate 'utf8mbz4_unicode_ci' not null default ''active'')The text was updated successfully, but these errors were encountered: