在 AppUser 模块里重写了
protected $table = 'sys_users'; // 定义用户表表名
protected $primaryKey = 'user_id'; // 定义用户表主键
登陆没问题 ,但是注册还会报这个错误SQLSTATE[42S02]: Base table or view not found: 1146 Table 'database.users' doesn't exist
- 5 回答
- 0 关注
- 482 浏览
添加回答
举报
0/150
提交
取消