Tables [dbo].[CoFeatures]
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
HeapTrue
Row Count (~)8
Created11:24:30 AM Wednesday, May 9, 2018
Last Modified11:24:30 AM Wednesday, May 9, 2018
NameData TypeMax Length (Bytes)Allow Nulls
FeatureIDint4
False
ProductNamevarchar(255)255
True
CREATE TABLE [dbo].[CoFeatures]
(
[FeatureID] [int] NOT NULL,
[ProductName] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]
GO