1
I have created several Migrations that are related to each other, for having foreign keys and etc... but I don’t want to mix them with the Migrations related to auth, Permissions and etc.
My question is: I can create a subfolder to organize my Migrations within database/Migrations?
Since this requires a little more command lines 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.