icuxika opened a new issue #4575: no viable alternative at input 'user_idinteger' URL: https://github.com/apache/incubator-shardingsphere/issues/4575 ## Question This problem occurred when the table field type is integer, but the table was created successfully log: Hibernate: create table t_order (order_id bigint not null auto_increment, address_id bigint, status varchar(255), **user_id integer**, primary key (order_id)) engine=InnoDB error: line 1:111 no viable alternative at input 'user_idinteger' ## Version org.apache.shardingsphere:sharding-jdbc-spring-boot-starter:4.0.0 ## Code From examples [https://github.com/apache/incubator-shardingsphere/tree/master/examples/sharding-jdbc-example/sharding-example/sharding-spring-boot-jpa-example](url)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
