Tables [aiowner].[ai_undef_hwdef_rel_p]
Properties
PropertyValue
HeapYes
Row Count141
Created11:24:54 PM Monday, January 10, 2011
Last Modified11:24:54 PM Monday, January 10, 2011
Columns
NameData TypeMax Length (Bytes)Allow NullsDefault
hwuuiduniqueidentifier16
No
(newid())
domuuiduniqueidentifier16
No
domainidint4
Yes
unitidint4
Yes
SQL Script
CREATE TABLE [aiowner].[ai_undef_hwdef_rel_p]
(
[hwuuid] [uniqueidentifier] NOT NULL CONSTRAINT [DF__ai_undef___hwuui__0CCE922C] DEFAULT (newid()),
[domuuid] [uniqueidentifier] NOT NULL,
[domainid] [int] NULL,
[unitid] [int] NULL
) ON [PRIMARY]

GO
Uses