L'ho capito dai documenti di PostgreSQL, la sintassi esatta è:
ALTER TABLE the_table ADD CONSTRAINT constraint_name UNIQUE (thecolumn);
Grazie Fred.
L'ho capito dai documenti di PostgreSQL, la sintassi esatta è:
ALTER TABLE the_table ADD CONSTRAINT constraint_name UNIQUE (thecolumn);
Grazie Fred.