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
Running the command phinx create test will create a migration file with the timestamp and an underscore only. Force the create command to only accept class names in CamelCase. e.g. TestMigration or MyMigration and not foo or bar.
Running the command
phinx create testwill create a migration file with the timestamp and an underscore only. Force thecreatecommand to only accept class names in CamelCase. e.g.TestMigrationorMyMigrationand notfooorbar.