- Cisco Sensitive Routing User Guide

2-9
Cisco Carrier Sensitive Routing User Guide
Chapter2 PostgreSQL Database Operations and Functionalities
Database Functionalities
Caution The following table should not be modified or deleted. It consists of error messages that are logged.
The CSR application does not work without this table.
Table2-4 TestOutputs Table
Name Type
Allow
Null Default Constraints Comments
TestKey integer NO Foreign key. Key of this test (see
TestRoutes table).
SelectOrder integer NO For a given TestKey, this shows
the order in which the carriers
will be returned. The database
does not guarantee the original
ordering.
DstCarrierID varchar(64) NO ID of Destination Carrier.
ListKey integer NO Specifies key for the contact list
associated with the particular
carrier.
IsSelected boolean NO FALSE Specifies whether this is a
selected carrier.
Table2-5 LogEntries Table
Name Type
Allow
Null Default Constraints Comments
TestKey integer NO Foreign key. Test key that this log
file was generated for.
EntryOrder integer NO For a given Test key, this field is
used to show the order in which
the log events were generated.
The database does not guarantee
the original ordering.
LogString varchar(1024) NO The log entries associated with
the test run.
Table2-6 StringResources Table
Name Type
Allow
Null Default Constraints Comments
ResourceKey integer NO Primary key. Key to the
resource.
ResourceString text NO String (error value).