Created
April 18, 2018 00:24
-
-
Save minhphong306/2fb5eeb7ba3024eb9f537139cec5dd81 to your computer and use it in GitHub Desktop.
SQL Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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