问题描述 使用 illuminate/database 之后 通过命令 php webman make:model AuthRole 生成的model 如图: 查询语句: $role = AuthRole::where(['status'=>1])->pluck('name','id'); 报错: PDOException: SQLSTATE[42S02]: Base table or view no...