SyntaxFix
Write A Post
Hire A Developer
Questions
it's also possible to create a unique constraint of more than 1 column:
ALTER TABLE the_table ADD CONSTRAINT constraint_name UNIQUE (column1, column2);