Guest User

Untitled

a guest
Oct 28th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. CREATE TABLE [dbo].[Test]
  2. (
  3. [Id] INT IDENTITY (1, 1) NOT NULL,
  4. [Active] BIT DEFAULT ((1)) NOT NULL,
  5. )
Add Comment
Please, Sign In to add comment