NathanGeerinck / laravel-newsletter

This application gives you the ability to send a newsletter to multiple subscribers with use of SMTP or an external driver like Mailgun
MIT License
59 stars 17 forks source link

Cannot rollback migrations #4

Closed Cannonb4ll closed 7 years ago

Cannonb4ll commented 7 years ago

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
NathanGeerinck commented 7 years ago

Fixed! There was a problem with an index of that column.