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: [email protected] With regards, Apache Git Services
