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