Answers for "postgres modify column add unique"

SQL
0

postgresql update to unique

ALTER TABLE foo ADD UNIQUE (thecolumn);
Posted by: Guest on February-11-2021

Code answers related to "postgres modify column add unique"

Code answers related to "SQL"

Browse Popular Code Answers by Language