User-Defined Data Types [dbo].[Flag]
PropertyValue
Allow NullsFalse
Base Type Namebit
Length1
CREATE TYPE [dbo].[Flag] FROM bit NOT NULL
GO