Database Table: BZSRVCFG

This table contains rule server configuration data. Each row represents a rule server.

Column Name Column Type Column Description
BZSRVCFG_ID INTEGER
NOT NULL
A system generated ID for this rule server configuration.
ENABLED INTEGER
NOT NULL, DEFAULT 1
Indicates whether the rule server is enabled: 0=false, 1=true.
SERVERNAME VARCHAR (127)
NOT NULL
The name of the server. Must be unique within the table.
Indexes:
Index Name Indexed Column Names Index Type
I0000051 SERVERNAME Unique Index
SQL030416034849220 BZSRVCFG_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
Not Applicable

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_149 BZSRVCFG_ID BZSVCCFG BZSRVCFG_ID Cascade