Php laravel artisan能否显示准备安装多少个迁移?

Php laravel artisan能否显示准备安装多少个迁移?,php,laravel,Php,Laravel,laravel artisan能否显示准备安装多少个迁移 比如: php artisan migrate:just_show_not_performed_migrations 您可以使用php artisan migrate:status。它将输出所有迁移,已迁移的迁移旁边有一个绿色的“Y”,未迁移的迁移旁边有一个红色的“N”。您可以使用php artisan migrate:status。它将输出所有迁移,已迁移的迁移旁边有一个绿色的“Y”,未迁移的迁移旁边有一个红色的“N”。只需使用php

laravel artisan能否显示准备安装多少个迁移

比如:

php artisan migrate:just_show_not_performed_migrations

您可以使用php artisan migrate:status。它将输出所有迁移,已迁移的迁移旁边有一个绿色的“Y”,未迁移的迁移旁边有一个红色的“N”。

您可以使用
php artisan migrate:status
。它将输出所有迁移,已迁移的迁移旁边有一个绿色的“Y”,未迁移的迁移旁边有一个红色的“N”。

只需使用
php artisan迁移——假装
谢谢。很高兴知道,这是一个很酷的特性,但它只显示了一行中的第一次迁移。只需使用
php artisan迁移——假装
谢谢。很高兴知道,这是一个很酷的特性,但它只显示了一行中的第一次迁移。