husam-tariq/filament-database-schedule

Database\QueryException

Opened this issue · 0 comments

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_status status enum('active','inactive','trashed') collate 'utf8mbz4_unicode_ci' not null default ''active'')

image