Tables [dbo].[wtospf_router]
Properties
PropertyValue
CollationSQL_Latin1_General_CP1_CS_AS
Row Count0
Created11:07:54 AM Wednesday, March 07, 2007
Last Modified11:09:19 AM Wednesday, March 07, 2007
Columns
NameData TypeMax Length (Bytes)Allow Nulls
Cluster Primary Key XPKwtospf_router: uuiduuidbinary(16)16
No
router_idvarchar(25)25
Yes
admin_statint4
Yes
abr_statusint4
Yes
asbr_statusint4
Yes
Indexes Indexes
NameColumnsUnique
Cluster Primary Key XPKwtospf_router: uuidXPKwtospf_routeruuid
Yes
SQL Script
CREATE TABLE [dbo].[wtospf_router]
(
[uuid] [binary] (16) NOT NULL,
[router_id] [varchar] (25) COLLATE SQL_Latin1_General_CP1_CS_AS NULL,
[admin_stat] [int] NULL,
[abr_status] [int] NULL,
[asbr_status] [int] NULL
) ON [PRIMARY]
GO
ALTER TABLE [dbo].[wtospf_router] ADD CONSTRAINT [XPKwtospf_router] PRIMARY KEY CLUSTERED ([uuid]) ON [PRIMARY]
GO
Uses
Used By