The tables run in order from the time stamp in front of the file name. Check your database and see which ones did migrate. The first one that did not has a syntax error as stated in the error.
SQLSTATE[42000]: Error
Hello guys i try to migrate my database but i am getting error:
[Illuminate\Database\QueryException]
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 ') default character set utf8 collate utf8_unicode_ci' at line 1 (SQL: create table users () default character set utf8 collate utf8_unico
de_ci)
[PDOException]
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 ') default character set utf8 collate utf8_unicode_ci' at line 1
Can body fix this problem please?
Please or to participate in this conversation.