laravel-acl icon indicating copy to clipboard operation
laravel-acl copied to clipboard

PublishMigrations

Open mcandylab opened this issue 5 years ago • 0 comments
trafficstars

Sometimes standard migrations need to be tweaked a bit. For example, when the user's id is not numeric, but uuid, ulid. Then a different ID format is used. It is good to have all migrations in one database/migrations folder.

Tested, everything works

mcandylab avatar Sep 21 '20 09:09 mcandylab