I've attempted to install and use Compass because it looks like it's going to solve our API Documentation problems, but I'm running into an error when attempting to php artisan migrate only after installing Compass.
PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ''")
Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name '' (SQL: create table `` (idint unsigned not null auto_increment primary key,migrationvarchar(191) not null,batchint not null) default character set utf8mb4 collate 'utf8mb4_unicode_ci' engine = innoDB)
Unsure of exactly what is causing the problem, but I can confirm that this issue is happening on a separate branch, and isn't occurring until I attempt to install Compass.
We're running Laravel 6.0, and using the latest version of Compass.
Sorry - Appears to be a local issue, rather than an issue with Compass. It seems one of our team makes made some breaking changes that got pushed! Sorry.
Greetings,
I've attempted to install and use Compass because it looks like it's going to solve our API Documentation problems, but I'm running into an error when attempting to
php artisan migrate
only after installing Compass.PDOException::("SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ''")
Illuminate\Database\QueryException : SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name '' (SQL: create table `` (
idint unsigned not null auto_increment primary key,
migrationvarchar(191) not null,
batchint not null) default character set utf8mb4 collate 'utf8mb4_unicode_ci' engine = innoDB)
Unsure of exactly what is causing the problem, but I can confirm that this issue is happening on a separate branch, and isn't occurring until I attempt to install Compass.
We're running Laravel 6.0, and using the latest version of Compass.