mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-06 16:49:19 -05:00
1a97c5e03b
make:migration command is able to guess the table name and creation status from the passed migration name on the command line. If the migration name begins with the create_ string then the create migration stub will be used. If the migration name contains the (to|from|in)_ pattern then the update migration stub will be used. In all other cases an empty migration stub will be used.