Answer the question
In order to leave comments, you need to log in
How to organize migrations in a project?
There is a project. Modular. YII2 (but I think it doesn't matter)
There are some modules that need data from certain tables (sometimes there are a lot of them)
For some modules, these tables are not needed at all, some do not need data in these tables.
Now everything lies in migrations: when you raise migrations, you create tables and put a huge amount of data in them (which you probably will never need locally). I'd like to expand either a table or even no table at all.
Options:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question