tristaZero opened a new issue #7002:
URL: https://github.com/apache/shardingsphere/issues/7002
You will get the following exception information when running the SQL below.
```sql
CREATE TABLE `t_order` (
`order_id` int NOT NULL,
`user_id` int NOT NULL,
`status` varchar(45) DEFAULT NULL,
PRIMARY KEY (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
```
<img width="1007" alt="image"
src="https://user-images.githubusercontent.com/27757146/90968998-bca98b80-e525-11ea-8530-81085096456d.png">
----------------------------------------------------------------
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]