Constraint name reference_1 must not be an existing constraint name in table_1.
ALTER TABLE table_1 ADD CONSTRAINT reference_1 FOREIGN KEY (column_1) REFERENCES table_2;
Constraint name reference_1 must not be an existing constraint name in table_1.
ALTER TABLE table_1 ADD CONSTRAINT reference_1 FOREIGN KEY (column_1) REFERENCES table_2;