Created
October 23, 2014 15:47
-
-
Save sheldonhull/ddb5bfbc16e550911a4b to your computer and use it in GitHub Desktop.
create_date and create_by_user columns for tables
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
| ,create_date datetime2(3) not null default getdate() | |
| ,create_by_user varchar(50) default suser_sname() not null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment