5.0.0 - 普通 - 已处理
执行的代码:Role::destroy($pm['id']);Role表
class Role extends Model
{
public $table = 'auth_role';
public $append = [];
public $visible = [];
public function users()
{
return $this->hasMany('User');
}
}
[ sql ] [ SQL ] SHOW FULL COLUMNS FROM `auth_role` [ RunTime:0.032002s ]
[ sql ] [ SQL ] SELECT * FROM `auth_role` WHERE `id` = 3 [ RunTime:0.030002s ]
[ error ] [10501]SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXX.role' doesn't exist[D:\phpProjectMy\worklog\vendor\topthink\framework\src\think\db\Connection.php:785]