Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting __MigrationHistory Table From Database

I want to know what will happen if I delete __MigrationHistory table from working database?

like image 747
saber Avatar asked Oct 05 '22 01:10

saber


1 Answers

Based on my issue I decided to delete this table, Nothing happened application starts and throws an Exception for each Entity about Entity already exists in database.So don't try to delete this table if you already deployed your Application.

like image 113
saber Avatar answered Oct 11 '22 05:10

saber