laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 419 forks source link

Migration error: Incorrect table name "" #841

Closed andriihorpenko closed 5 years ago

andriihorpenko commented 5 years ago

Description: error while migrating

Exact error message:

In Connection.php line 664:

SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name '' (SQL: create table ` (idint unsigned not null auto_increment primary key,migrationvarchar (255) not null,batch` int not null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

In Connection.php line 452:

SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ''

Steps To Reproduce:

Run migration (whether from fresh install or create a table in the existing application)

andriihorpenko commented 5 years ago

I am sorry, mine fault. I accidentally removed the migration table name definition in the config file.