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?
Was this page helpful?