Skip to content

Instantly share code, notes, and snippets.

@ArCiGo
Last active May 19, 2019 21:37
Show Gist options
  • Save ArCiGo/9935876de1ee789a9bfe9c217f678d96 to your computer and use it in GitHub Desktop.
Save ArCiGo/9935876de1ee789a9bfe9c217f678d96 to your computer and use it in GitHub Desktop.
/** Adding constraint to an existing table **/
ALTER TABLE Customer ADD CONSTRAINT UQ_Customer_RFC UNIQUE(RFC);
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment