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
When i command "php artisan migrate" this error show
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'after id, connection text not null, queue text not null, payload longtex' at line 1 (SQL: create table failed_jobs (id bigint unsigned not null auto_increment primary key, uuid varchar(255) null after id, connection text not null, queue text not null, payload longtext not null, exception longtext not null, failed_at timestamp default CURRENT_TIMESTAMP not null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')
The text was updated successfully, but these errors were encountered:
When i command "php artisan migrate" this error show
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'after
id
,connection
text not null,queue
text not null,payload
longtex' at line 1 (SQL: create tablefailed_jobs
(id
bigint unsigned not null auto_increment primary key,uuid
varchar(255) null afterid
,connection
text not null,queue
text not null,payload
longtext not null,exception
longtext not null,failed_at
timestamp default CURRENT_TIMESTAMP not null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')The text was updated successfully, but these errors were encountered: