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
Running php artisan migrate:fresh seems to exclude the process stamps, requiring separately running php artisan migrate to get that into the DB structure. As a result the stamps migration ends up last in the migrations table. That complicates use of the migration/schema snapshot-ing as the second to last migration is always shifting.
The text was updated successfully, but these errors were encountered:
Running
php artisan migrate:fresh
seems to exclude the process stamps, requiring separately runningphp artisan migrate
to get that into the DB structure. As a result the stamps migration ends up last in themigrations
table. That complicates use of the migration/schema snapshot-ing as the second to last migration is always shifting.The text was updated successfully, but these errors were encountered: