[MySQL] add a unique index by 2 columns
2014-06-11 00:00
1 minute read

ALTER TABLE table_name ADD UNIQUE INDEX(column1, column2);


Back to posts


comments powered by Disqus