Open adriangb opened 3 years ago
It looks like there's no way to do composite uniqueness constraints, i.e. UNIQUE (col1, col2).
UNIQUE (col1, col2)
Yep, this needs adding.
A link to a discussion about it: https://github.com/piccolo-orm/piccolo/discussions/175
It looks like there's no way to do composite uniqueness constraints, i.e.
UNIQUE (col1, col2)
.