命令 "october:migrate" 未定义
Command "october:migrate" is not defined
我必须将 table 添加到现有的 octobercms 项目并添加迁移,但它没有迁移。可能是什么问题?当我输入 php artisan october:migrate 我遇到了这个问题
命令“october:migrate”未定义。
您指的是其中之一吗?
october:down
october:env
october:fresh
october:install
october:mirror
october:passwd
october:up
october:up日期
october:util
php artisan october:up
只会迁移数据库
php artisan october:update
将更新应用程序文件、插件并迁移数据库。
在官方论坛上查看此主题
https://octobercms.com/forum/post/artisan-migrate
我遇到了类似的问题:https://github.com/octobercms/october/issues/5589
更新到版本 2 后,october:migrate
似乎可用。
这是付费的。
我必须将 table 添加到现有的 octobercms 项目并添加迁移,但它没有迁移。可能是什么问题?当我输入 php artisan october:migrate 我遇到了这个问题
命令“october:migrate”未定义。
您指的是其中之一吗?
october:down
october:env
october:fresh
october:install
october:mirror
october:passwd
october:up
october:up日期
october:util
php artisan october:up
只会迁移数据库
php artisan october:update
将更新应用程序文件、插件并迁移数据库。
在官方论坛上查看此主题 https://octobercms.com/forum/post/artisan-migrate
我遇到了类似的问题:https://github.com/octobercms/october/issues/5589
更新到版本 2 后,october:migrate
似乎可用。
这是付费的。