I created several migrations that are related to each other, having foreign keys and etc ... but I do not want to mix them with migrations related to auth, permissions and etc.
My question is: Can I create a subfolder to organize my migrations within database / migrations?
Since this requires a little more command line to run the migration of a specific folder, I wanted to know if this is bad practice and etc, because another friend of mine said that this is not correct.