Files
TinyORM/include/orm/tiny/utils
silverqx 9520716307 enhanced migration name logic for make:migration
Enhanced migration name detection for the make:migration, practically
all the possible combinations are allowed and handled correctly 👀😎.

Now is possible to pass the full migration name with the datetime prefix
and with the filename extension. All possible combinations are
supported.

Summarize, so an user can pass:

 - classname that will be converted to the studly case
 - filename without the datetime prefix (with or w/o extension)
 - filename with the datetime prefix (with or w/o extension)
2022-05-02 19:07:40 +02:00
..