custom migration file name
Hello I'd like to use custom migration file names (to describe the intent of the migration itself) like:
- Create Products table
- Remove productType column
etc...
is it safe to rename existing migration files? when generating a new migration, can we provide a name for that?
1 Reply
I'm also interesting in knowing if this is okay.