You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql:create table xx (id bigint unsigned not null comment 'aa' auto_increment,gmt_create datetime not null comment '创建时间',gmt_modified datetime not null comment '修改时间', primary key (id)) comment='re'
问题sql:如果auto_increment 在comment之前就不会有问题,如果在comment之后,就会报异常syntax error, error in :''aa' auto_increment,gmt_create date',expect RPAREN, actual IDENTIFIER auto_increment
The text was updated successfully, but these errors were encountered:
wenshao
added a commit
to wenshao/druid
that referenced
this issue
Jun 4, 2016
sql:create table xx (id bigint unsigned not null comment 'aa' auto_increment,gmt_create datetime not null comment '创建时间',gmt_modified datetime not null comment '修改时间', primary key (id)) comment='re'
问题sql:如果auto_increment 在comment之前就不会有问题,如果在comment之后,就会报异常syntax error, error in :''aa' auto_increment,gmt_create date',expect RPAREN, actual IDENTIFIER auto_increment
The text was updated successfully, but these errors were encountered: