# Squashing Migrations php artisan schema:dump # Dump the current database schema and prune all existing migrations... php artisan schema:dump --prune
php artisan migrate:fresh // Drop all tables and migrate from start