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
The NFR format link isn't working so I'm going with the 'new issue' template. Regardless, this is a NFR to support migration generation with timestamp based versions.
Expected and Actual Behavior
Consider the following config file /app/config/migrations.php, with the following content:
The NFR format link isn't working so I'm going with the 'new issue' template. Regardless, this is a NFR to support migration generation with timestamp based versions.
Expected and Actual Behavior
Consider the following config file
/app/config/migrations.php
, with the following content:Expected
I expect that, when running:
I would get (something like) the following output:
Saying that a migration with a timestamp based version of
1701806603960851
was generated.This behavior is the same even when the config file doesn't contain the
migrationsTsBased
setting but a command line argument is provided, like so:Actual
For the same config file, running:
gives the following output:
Saying that a migration with an incremental version of
1.0.0
was generated.The text was updated successfully, but these errors were encountered: