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.
Running
php artisan migrate:freshseems to exclude the process stamps, requiring separately runningphp artisan migrateto get that into the DB structure. As a result the stamps migration ends up last in themigrationstable. That complicates use of the migration/schema snapshot-ing as the second to last migration is always shifting.