Published
- 1 min read
postgres DROP and create contraint
The solution for this is noted below
postgres DROP and create contraint
Solution
ALTER TABLE table_name
DROP CONSTRAINT constraint_name;
Try other methods by searching on the site. That is if this doesn’t work