create table column does not support multiple check constraint
Open
bug
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
Repro in Dolt:
```
mysql> create table mytbl1 (pk int, v1 int constraint v1c check (v1 < 100) check (v1 > 0));
ERROR 1105 (HY000): cannot include more than one check constraint in a column definition at position 84 near '0'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.