2 lines
68 B
MySQL
2 lines
68 B
MySQL
|
ALTER TABLE matches ADD CONSTRAINT match_unique_name UNIQUE (name);
|