One way is to migrate the 3 tables that don't change and then do another migration with the 2 tables that you are working on. Instead of migrate:refresh you can then use migrate:rollback and migrate to redo the last migration (with the 2 tables).
Aug 7, 2016
4
Level 2
Excluding some files/tables from Migrate:Refresh
Hi,
Let say i Have 5 tables, and for each of them i have a migration file. 3 of them will never be modified and they contains a lot of data (5GB). There's a way, while using migrate:refresh, to exclude these 3 tablese from the refresh ? I would avoid to call the migrate:refresh for all the tables.
Please or to participate in this conversation.