Tables [dbo].[wtvlan_switch]
Properties
PropertyValue
Row Count0
Created11:07:57 AM Wednesday, March 07, 2007
Last Modified11:09:20 AM Wednesday, March 07, 2007
Columns
NameData TypeMax Length (Bytes)Allow Nulls
Cluster Primary Key XPKwtvlan_switch: uuiduuidbinary(16)16
No
tng_uuidbinary(16)16
Yes
vlan_indexint4
Yes
Indexes Indexes
NameColumnsUnique
Cluster Primary Key XPKwtvlan_switch: uuidXPKwtvlan_switchuuid
Yes
SQL Script
CREATE TABLE [dbo].[wtvlan_switch]
(
[uuid] [binary] (16) NOT NULL,
[tng_uuid] [binary] (16) NULL,
[vlan_index] [int] NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[wtvlan_switch] ADD CONSTRAINT [XPKwtvlan_switch] PRIMARY KEY CLUSTERED ([uuid]) ON [PRIMARY]
GO
Uses
Used By