You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when we need to create a migration before another migration, so what we're doing at this point is just changing the timestamps of the file, but It is very confusing looking at these timestamps and changing them to move.
I suggest having commands like the following to make this simple:
php artisan make:migration --before=user
php artisan make:migration --after=user
php artisan migration:move user --first
php artisan migration:move user --last
php artisan migration:move user --after=user_meta
php artisan migration:move user --before=user_meta
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are times when we need to create a migration before another migration, so what we're doing at this point is just changing the timestamps of the file, but It is very confusing looking at these timestamps and changing them to move.
I suggest having commands like the following to make this simple:
Beta Was this translation helpful? Give feedback.
All reactions