strongduanmu commented on issue #12804:
URL:
https://github.com/apache/shardingsphere/issues/12804#issuecomment-929811758
I also opened the mode test, and there is still no exception.
```yaml
tables:
t_order_item:
columns:
item_id:
caseSensitive: false
dataType: 4
generated: false
name: item_id
primaryKey: false
order_id:
caseSensitive: false
dataType: 4
generated: false
name: order_id
primaryKey: false
user_id:
caseSensitive: false
dataType: 4
generated: false
name: user_id
primaryKey: false
content:
caseSensitive: false
dataType: 12
generated: false
name: content
primaryKey: false
t_order:
columns:
order_id:
caseSensitive: false
dataType: 4
generated: true
name: order_id
primaryKey: false
user_id:
caseSensitive: false
dataType: 4
generated: false
name: user_id
primaryKey: false
content:
caseSensitive: false
dataType: 12
generated: false
name: content
primaryKey: false
t2:
columns:
tt:
caseSensitive: false
dataType: 4
generated: false
name: tt
primaryKey: true
data:
caseSensitive: false
dataType: 4
generated: false
name: data
primaryKey: false
indexes:
primary:
name: PRIMARY
```
--
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]