Back

Make Forgin Key

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

ALTER TABLE {db}.{dbTable} ADD CONSTRAINT fk_{dbTable}_{dbFieldName} FOREIGN KEY ({dbFieldName}) REFERENCES {parentTable}({parentTablePrimaryKey});