I\'m trying to run the migration (see below) and seed the database, but when I run
php artisan migrate --seed
I get this error:
<
before drop
Schema::disableForeignKeyConstraints();
and before close run method
Schema::enableForeignKeyConstraints();