Add a numeric prefix to the migration file name to facilitate ascending sorting within the folder. #1241
Korolev-Oleg
started this conversation in
Ideas
Replies: 2 comments
-
You can make changes to the hash generation algorithm and modify the first characters so that they form a sequence of numbers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The name is already customizable by the user. Look for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, because a random hash is used at the beginning of the migration name, they are also displayed in a random sequence like the screenshot below.

I suggest adding an index
00001
before the migration name in order to maintain the sequence.Beta Was this translation helpful? Give feedback.
All reactions