Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试迁移我的身份验证表,但是当我没有做php artisan migrate任何事情时。它没有显示错误,什么都没有。
php artisan migrate
在运行此命令之前,我运行php artisan make:auth并运行良好。
php artisan make:auth
谢谢
检查您是否有尚未运行的迁移。如果有,请运行composer dumpauto命令来注册此迁移,然后php artisan migrate再次运行。
composer dumpauto
migrations您可以在表中找到所有已执行的迁移。
migrations