标签: mysql sql hibernate unique-constraint
我们可以用OR运算符定义多个唯一约束吗?
例如:
ADD CONSTRAINT unique_test UNIQUE (A, B) OR UNIQUE (B, C)