migrations
migrations copied to clipboard
[FEATURE] In migration generation , add const table name instead of string in morphTable
It will be good if its generate a const name of table instead of puting it directly at the morphTable because
- A migrate file generated for unique table
- This table name will be used many time in up() down() morh()
🐱🏍