Hi all,
I have a question about database migrations files.
Do you think they should only contain database structure changes? Or is it okay to have data inside them as well? What's the best practices?
Personally I think database migrations files get ugly by putting data inside them.