Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

laravel migration sql dump

# Squashing Migrations
php artisan schema:dump

# Dump the current database schema and prune all existing migrations...
php artisan schema:dump --prune
 
PREVIOUS NEXT
Tagged: #laravel #migration #sql #dump
ADD COMMENT
Topic
Name
5+6 =