Answers for "force delete table column with foreign key postgres"

SQL
1

postgres remove foreign key constraint

ALTER TABLE your_tbl DROP constraint your_cnstrnt;
Posted by: Guest on August-27-2021

Code answers related to "force delete table column with foreign key postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language