Answers for "laravel Squashing Migrations"

PHP
1

laravel Squashing Migrations

php artisan schema:dump

// Dump the current database schema and prune all existing migrations...
php artisan schema:dump --prune
Posted by: Guest on July-19-2021

Browse Popular Code Answers by Language