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/09 06:23:04 UTC

[GitHub] [incubator-shardingsphere] tristaZero edited a comment on issue #4575: no viable alternative at input 'user_idinteger'

tristaZero edited a comment on issue #4575: no viable alternative at input 'user_idinteger'
URL: https://github.com/apache/incubator-shardingsphere/issues/4575#issuecomment-596350868
 
 
   Hi @icuxika 
   1. [Your ULR](https://github.com/apache/incubator-shardingsphere/issues/url) redirects me badly. Could you recheck it?
   
   >line 1:119 no viable alternative at input 'user_idinteger'
   2. Is this exception thrown when you execute the SQL below?
   ```
   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
   ```
   
   3. Can you configure `sql.show` valid to present more log detail?

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