laravel migration sql dump

Solutions on MaxInterview for laravel migration sql dump by the best coders in the world

showing results for - "laravel migration sql dump"
Alma
15 Sep 2017
1# Squashing Migrations
2php artisan schema:dump
3
4# Dump the current database schema and prune all existing migrations...
5php artisan schema:dump --prune
similar questions
queries leading to this page
laravel migration sql dump