
[aiowner].[ai_swdef_hwdef_rel_s]
CREATE TABLE [aiowner].[ai_swdef_hwdef_rel_s]
(
[source_domuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_swuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_hwuuid_char] [varchar] (36) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[source_adomid] [int] NULL,
[source_apid] [int] NULL,
[source_udomid] [int] NULL,
[source_unitid] [int] NULL,
[source_domuuid] [uniqueidentifier] NULL,
[source_swuuid] [uniqueidentifier] NULL,
[source_hwuuid] [uniqueidentifier] NULL,
[swuuid] [uniqueidentifier] NULL,
[hwuuid] [uniqueidentifier] NULL
) ON [PRIMARY]
GO