I have 20 tables in my database. and i want to migrate a new one into the database. But i get the error :
Base table or view already exists: 1050 Table 'house_statuses' already exists.
This table is already in database but everytime i want to migrate something new i got this while this migration already has been migrated earlier.
I see some solutions like yeah Migrate:fresh
,
But i dont want to remove my records in database because its so much work to set the records back