【发布时间】:2021-10-17 05:57:32
【问题描述】:
我克隆了一个项目。当我运行composer install 时出现此错误
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'axie.roles' doesn't exist (SQL: select * from `roles` where `id` = 3 and `guard_name` = web limit 1)
即使我运行这个命令
php artisan cache:clear
php artisan view:clear
php artisan config:clear
php artisan optimize:clear
composer dump-autoload
composer install
composer update
php artisan migrate
还是同样的错误..
【问题讨论】:
-
确保你的数据库中有
roles表,先迁移然后更新