当前行为
添加首个用户的时候报错
重现步骤
执行docker-compose exec panel php artisan p:user:make 创建到密码回车后提示
In Connection.php line 760:
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘panel.users’ doesn’t ex
ist (Connection: mysql, SQL: select count(*) as aggregate from `users` where `uuid
` = 5b24fb44-84dc-4e68-bc1e-1d17e768bd76)
In Connection.php line 414:
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘panel.users’ doesn’t ex
ist
Docker 镜像
curl -Lo docker-compose.yml https://ghfast.top/https://raw.githubusercontent.com/pterodactyl-china/panel/1.0-develop/docker-compose.example.yml
错误日志
In Connection.php line 760:
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘panel.users’ doesn’t ex
ist (Connection: mysql, SQL: select count(*) as aggregate from `users` where `uuid
` = 5b24fb44-84dc-4e68-bc1e-1d17e768bd76)
In Connection.php line 414:
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘panel.users’ doesn’t ex
ist
