Is there a naming convention or guide that should be followed when calling the Laravel migration, or should the name be descriptive enough?
Also, suppose you add 12 columns to modify the table, then in this case the migration name will be too long if descriptive is done, so are there any guiding lines?
php naming-conventions laravel database-migration
Noman ur rehman
source share