Cisco PXM Version 1.1 User Manual page 98

Cisco sensitive routing user guide
Table of Contents

Advertisement

Dataset Schema
Cost
Priority
);
CREATE TABLE Contacts_1 () INHERITS (Contacts);
CREATE TABLE Contacts_2 () INHERITS (Contacts);
CREATE TABLE Lists (
ListKey
ListName text
);
CREATE TABLE Lists_1 () INHERITS (Lists);
CREATE TABLE Lists_2 () INHERITS (Lists);
CREATE TABLE ContactLists (
ListKey
ContactKey
);
CREATE TABLE ContactLists_1 () INHERITS (ContactLists);
CREATE TABLE ContactLists_2 () INHERITS (ContactLists);
CREATE TABLE RouteAttributes (
AttributeKey
AttributeName text,
CarrierKey
DaypartType
WeekDay
Cisco Carrier Sensitive Routing User Guide
B-8
integer
CONSTRAINT CostInvalid
CHECK (Cost >= 0),
integer
CONSTRAINT PriorityInvalid
CHECK (Priority >= 0)
integer
NOT NULL PRIMARY KEY CONSTRAINT
ListKeyNotZero
CHECK (ListKey <> 0),
integer
NOT NULL,
integer
NOT NULL
integer
NOT NULL PRIMARY KEY CONSTRAINT
AttributeKeyNotZero
CHECK (AttributeKey <> 0),
integer
NOT NULL,
text
NOT NULL CONSTRAINT DaypartInvalid
CHECK (
lower(DaypartType) = 'absolute'OR
lower(DaypartType) = 'weekly' OR
lower(DaypartType) = 'daily' OR
lower(DaypartType) = 'always'
),
integer
CONSTRAINT WeekdayInvalid
AppendixB
Data Schema

Advertisement

Table of Contents
loading

Table of Contents