Tables [dbo].[wtfrlink]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CS_AS
Row Count0
Created11:07:52 AM Wednesday, March 07, 2007
Last Modified11:09:18 AM Wednesday, March 07, 2007
Columns
NameData TypeMax Length (Bytes)Allow Nulls
Cluster Primary Key XPKwtfrlink: uuiduuidbinary(16)16
No
dest_dlciint4
Yes
dest_ipaddressbinary(4)4
Yes
src_dlciint4
Yes
src_ipaddressbinary(4)4
Yes
commentvarchar(255)255
Yes
Indexes Indexes
NameColumnsUnique
Cluster Primary Key XPKwtfrlink: uuidXPKwtfrlinkuuid
Yes
SQL Script
CREATE TABLE [dbo].[wtfrlink]
(
[uuid] [binary] (16) NOT NULL,
[dest_dlci] [int] NULL,
[dest_ipaddress] [binary] (4) NULL,
[src_dlci] [int] NULL,
[src_ipaddress] [binary] (4) NULL,
[comment] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CS_AS NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[wtfrlink] ADD CONSTRAINT [XPKwtfrlink] PRIMARY KEY CLUSTERED ([uuid]) ON [PRIMARY]
GO
Uses
Used By