📜  清理迁移并加速测试 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:06.311000             🧑  作者: Mango

代码示例1
# Clean up old migrations in the schema folder
php artisan schema:dump

# Automatically clean up old files
php artisan schema:dump --prune