You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am assuming migrate/create would work similar to yii2 and provide a skeleton based on parameters like 'create_mytable_table'. bizley/yii2-migration has useful command that pulls schema from database and creates skeleton. A command like migrate/createfrom might be appropriate.
Mike B
I am assuming migrate/create would work similar to yii2 and provide a skeleton based on parameters like 'create_mytable_table'. bizley/yii2-migration has useful command that pulls schema from database and creates skeleton. A command like migrate/createfrom might be appropriate.
Mike B
I already have it working, the migration will be created from the database, it will be added once we have the base ready.
You can suggest more commands.
The text was updated successfully, but these errors were encountered: