Tables [ca_itrm].[health_mdb_chk]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CI_AS
HeapYes
Row Count0
Created10:22:19 PM Monday, May 04, 2009
Last Modified10:22:19 PM Monday, May 04, 2009
Columns
NameData TypeMax Length (Bytes)Allow NullsDefault
labelnvarchar(255)510
Yes
('')
object_uuidbinary(16)16
No
object_typeint4
Yes
((0))
primary_key_stringnvarchar(255)510
Yes
('')
key_countint4
Yes
((0))
primary_tableint4
Yes
((0))
agent_tableint4
Yes
((0))
group_memberint4
Yes
((0))
inv_root_mapint4
Yes
((0))
inv_general_itemint4
Yes
((0))
inv_general_treeint4
Yes
((0))
signaturesoftwareint4
Yes
((0))
heuristicsoftwareint4
Yes
((0))
SQL Script
CREATE TABLE [ca_itrm].[health_mdb_chk]
(
[label] [nvarchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL CONSTRAINT [DF__health_md__label__6EAB946D] DEFAULT (''),
[object_uuid] [binary] (16) NOT NULL,
[object_type] [int] NULL CONSTRAINT [DF__health_md__objec__6F9FB8A6] DEFAULT ((0)),
[primary_key_string] [nvarchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL CONSTRAINT [DF__health_md__prima__7093DCDF] DEFAULT (''),
[key_count] [int] NULL CONSTRAINT [DF__health_md__key_c__71880118] DEFAULT ((0)),
[primary_table] [int] NULL CONSTRAINT [DF__health_md__prima__727C2551] DEFAULT ((0)),
[agent_table] [int] NULL CONSTRAINT [DF__health_md__agent__7370498A] DEFAULT ((0)),
[group_member] [int] NULL CONSTRAINT [DF__health_md__group__74646DC3] DEFAULT ((0)),
[inv_root_map] [int] NULL CONSTRAINT [DF__health_md__inv_r__755891FC] DEFAULT ((0)),
[inv_general_item] [int] NULL CONSTRAINT [DF__health_md__inv_g__764CB635] DEFAULT ((0)),
[inv_general_tree] [int] NULL CONSTRAINT [DF__health_md__inv_g__7740DA6E] DEFAULT ((0)),
[signaturesoftware] [int] NULL CONSTRAINT [DF__health_md__signa__7834FEA7] DEFAULT ((0)),
[heuristicsoftware] [int] NULL CONSTRAINT [DF__health_md__heuri__792922E0] DEFAULT ((0))
) ON [PRIMARY]
GO
Uses