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
It will be useful for developers to give specific name for generated migration on running cycle:migrate command.
Current name is not fully human-readable now.
For example it can be implemented via some option for command like:
php app.php cycle:migrate -n optimizeMyTableMigration
The text was updated successfully, but these errors were encountered:
It will be useful for developers to give specific name for generated migration on running cycle:migrate command.
Current name is not fully human-readable now.
For example it can be implemented via some option for command like:
php app.php cycle:migrate -n optimizeMyTableMigration
The text was updated successfully, but these errors were encountered: