I'm triying to run my generated mysql migration on a sqlite for test purposes. I want to recreate my db on an sqlite db on a test to unittest models, behaviours, relationships, etc... Is there any way to run the migration from my php script?
I'm triying to run my generated mysql migration on a sqlite for test purposes. I want to recreate my db on an sqlite db on a test to unittest models, behaviours, relationships, etc... Is there any way to run the migration from my php script?