Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grammar: Add support for multiple constraints on the same field(s)
Example: CREATE TABLE `y` ( `a` int, `b` int, CONSTRAINT `c1` UNIQUE(`a`,`b`), CONSTRAINT `c2` UNIQUE(`a`,`b`) );
- Loading branch information