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/03 04:18:37 UTC

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

kimmking commented on issue #4575: no viable alternative at input 'user_idinteger'
URL: https://github.com/apache/incubator-shardingsphere/issues/4575#issuecomment-593759709
 
 
   I try modify user_id type from int to Integer, no differences with the previous.
   > Hibernate: create table t_address (address_id bigint not null, address_name varchar(255), primary key (address_id))
   [INFO ] 2020-03-03 12:17:36,427 --main-- [ShardingSphere-MetaData] Loading table meta data catalog: demo_ds_0, table: t_address. 
   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))

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