|
楼主 |
发表于 2017-8-8 15:47:22
|
显示全部楼层
[2017-08-08 15:36:20] [ERROR] [org.hibernate.tool.hbm2ddl.SchemaExport:426] HHH000389: Unsuccessful: create table tongxunlu (id varchar(36) not null, create_name varchar(50) comment '创建人名称', create_by varchar(50) comment '创建人登录名称', create_date datetime comment '创建日期', update_name varchar(50) comment '更新人名称', update_by varchar(50) comment '更新人登录名称', update_date datetime comment '更新日期', sys_org_code varchar(50) comment '所属部门', sys_company_code varchar(50) comment '所属公司', bpm_status varchar(32) default 1 comment '流程状态', name varchar(32) comment '姓名', sex varchar(32) comment '性别', group varchar(32) comment '部门', phone varchar(32) comment '电话', primary key (id))
[2017-08-08 15:36:20] [ERROR] [org.hibernate.tool.hbm2ddl.SchemaExport:427] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group varchar(32) comment '部门',
phone varchar(32) comment '电话',
' at line 14
[2017-08-08 15:36:20] [ERROR] [org.jeecgframework.web.cgform.service.impl.config.CgFormFieldServiceImpl:247] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group varchar(32) comment '部门',
phone varchar(32) comment '电话',
' at line 14
org.jeecgframework.web.cgform.exception.DBException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group varchar(32) comment '部门',
phone varchar(32) comment '电话',
' at line 14
|
|