ForoneTech / ForoneAdministrator

基于Laravel5.1封装的自带多级权限管理的后台管理系统,支持手机和PC端访问
443 stars 119 forks source link

Edit user info error #71

Open yaoshanliang opened 7 years ago

yaoshanliang commented 7 years ago

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'mobile' in 'where clause' (SQL: select count(*) as aggregate from admins where mobile = and id != 7)

mani95lisa commented 7 years ago

这个你得加下migration文件,在数据库添加上mobile的字段