SyntaxFix
Write A Post
Hire A Developer
Questions
In the future.
ALTER TABLE Employees ADD UserID int; ALTER TABLE Employees ADD CONSTRAINT FK_ActiveDirectories_UserID FOREIGN KEY (UserID) REFERENCES ActiveDirectories(id);