You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/04 12:08:05 UTC

[GitHub] [incubator-shardingsphere] icuxika commented on issue #4575: no viable alternative at input 'user_idinteger'

icuxika commented on issue #4575: no viable alternative at input 'user_idinteger'
URL: https://github.com/apache/incubator-shardingsphere/issues/4575#issuecomment-594483614
 
 
   > maybe input incorrect.
   
   **I created a new project for the problem.**
   [https://github.com/icuxika/sharding-demo.git](url)
   
   ## MySQL version
   8.0.17
   
   ## Console log
   
   `Hibernate: create table t_address (address_id bigint not null, address_name varchar(255), primary key (address_id)) engine=InnoDB
   
   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
   
   **line 1:111 no viable alternative at input 'user_idinteger'**
   
   Hibernate: create table t_order_item (order_item_id bigint not null auto_increment, order_id bigint, status varchar(255), user_id integer, primary key (order_item_id)) engine=InnoDB
   
   **line 1:119 no viable alternative at input 'user_idinteger'**
   
   Hibernate: create table t_user (user_id bigint not null auto_increment, assisted_query_pwd varchar(255), pwd varchar(255), user_name varchar(255), user_name_plain varchar(255), primary key (user_id)) engine=InnoDB`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services