📜  laravel 迁移 sql 转储 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:16.109000             🧑  作者: Mango

代码示例1
# Squashing Migrations
php artisan schema:dump

# Dump the current database schema and prune all existing migrations...
php artisan schema:dump --prune