Closed adnelson closed 5 years ago
Currently we can only create constraints like UNIQUE or PRIMARY KEY on individual column definitions, but there should be functions in QueryBuilder to do things like UNIQUE (columnA, columnB)
UNIQUE
PRIMARY KEY
UNIQUE (columnA, columnB)
Done with #10
Currently we can only create constraints like
UNIQUE
orPRIMARY KEY
on individual column definitions, but there should be functions in QueryBuilder to do things likeUNIQUE (columnA, columnB)