strongduanmu commented on issue #20228:
URL: 
https://github.com/apache/shardingsphere/issues/20228#issuecomment-1221853776

   You should execute logic SQL, just like:
   
   ```sql
   CREATE TABLE `t_order` (
    `order_id` bigint(20) NOT NULL COMMENT '订单id',
    `price` decimal(10,2) NOT NULL COMMENT '订单价格',
    `user_id` bigint(20) NOT NULL COMMENT '下单用户id',
    `status` varchar(50) NOT NULL COMMENT '订单状态',
    PRIMARY KEY (`order_id`) USING BTREE
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to