SQL add foreign key to existing table
ALTER TABLE CEFP.CEFPRepairLog ADD fkCEFPInspLeakRepairlog int FOREIGN KEY REFERENCES CEFP.CEFPInspectionLeakage(InspectionLeakageID)