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:
<
To clear a table using Eloquent:
clear
table
Eloquent
Model::query()->delete();
Example using default user model
User::query()->delete();