When I do a php artisan migrate:refresh I get an error:
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1553 Cannot drop index 'campaigns_template_id_foreign': needed in a foreign key constraint (SQL: alter table `campaigns` drop `template_id`)
[PDOException]
SQLSTATE[HY000]: General error: 1553 Cannot drop index 'campaigns_template_id_foreign': needed in a foreign key constraint
When I do a
php artisan migrate:refresh
I get an error: