Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres remove foreign key constraint

ALTER TABLE your_tbl DROP constraint your_cnstrnt;
 
PREVIOUS NEXT
Tagged: #postgres #remove #foreign #key #constraint
ADD COMMENT
Topic
Name
2+7 =