icuxika commented on issue #4575: no viable alternative at input 
'user_idinteger'
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4575#issuecomment-597698606
 
 
   @tristaZero 
   Maybe you need to copy this URL into your browser to open it or use git 
clone.
   **The problem is strange that SQL is correct but the console will print out 
error message.**
   It looks like it treats "user_id" and "integer" as a whole.
   
   ## SQL
   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 MESSAGE
   line 1:111 no viable alternative at input 'user_idinteger'
   

----------------------------------------------------------------
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

Reply via email to