Postgres menjatuhkan dan menciptakan kontraint
ALTER TABLE table_name
DROP CONSTRAINT constraint_name;
Expensive Eagle
ALTER TABLE table_name
DROP CONSTRAINT constraint_name;