miracuthbert / saas-boilerplate

SaaS boilerplate built in Laravel, Bootstrap 4 and VueJs.
351 stars 137 forks source link

error during migrations #17

Open jaypatch opened 3 years ago

jaypatch commented 3 years ago

There is an issue with subscriptions table already exists. So, I removed one subscriptions migration file.

Then it stopped on users table saying some error at 'vendor/laravel/framework/src/Illuminate/Database/Connection.php:671'

13 database/migrations/2014_10_12_000000_create_users_table.php:26 Illuminate\Support\Facades\Facade::__CallStatic("create")

Can anybody tell what does it mean?

image