Skip to content

Instantly share code, notes, and snippets.

@minhphong306
Created April 18, 2018 00:24
Show Gist options
  • Save minhphong306/2fb5eeb7ba3024eb9f537139cec5dd81 to your computer and use it in GitHub Desktop.
Save minhphong306/2fb5eeb7ba3024eb9f537139cec5dd81 to your computer and use it in GitHub Desktop.
SQL Query
# Set auto increment for uuid column
ALTER TABLE category
ADD CONSTRAINT DF_category_id DEFAULT newid() for id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment