davidhsianturi / laravel-compass

A REST client inside your Laravel app
https://davidhsianturi.com/laravel-compass
MIT License
1.26k stars 109 forks source link

PHP Artisan Migrate Errors #36

Closed AlecWeekes closed 5 years ago

AlecWeekes commented 5 years ago

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.

AlecWeekes commented 5 years ago

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.