custom migration file name
Hello I'd like to use custom migration file names (to describe the intent of the migration itself) like:
is it safe to rename existing migration files? when generating a new migration, can we provide a name for that?
- Create Products table
- Remove productType column
is it safe to rename existing migration files? when generating a new migration, can we provide a name for that?