migrations icon indicating copy to clipboard operation
migrations copied to clipboard

[FEATURE] In migration generation , add const table name instead of string in morphTable

Open yassinrais opened this issue 4 years ago • 0 comments

It will be good if its generate a const name of table instead of puting it directly at the morphTable because

  1. A migrate file generated for unique table
  2. This table name will be used many time in up() down() morh()

🐱‍🏍

yassinrais avatar Feb 28 '21 22:02 yassinrais