WebSphere Commerce database table: BZSRVCFG

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


Column Description(s):
Column NameColumn TypeDescription
BZSRVCFG_ID INTEGER NOT NULL A system generated ID for this rule server configuration.
SERVERNAME VARCHAR(127) NOT NULL The name of the server. Must be unique within the table.
ENABLED INTEGER NOT NULL DEFAULT 1 Indicates whether the rule server is enabled: 0=false, 1=true.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
I0000051 SERVERNAME Unique Index
SQL050212031205210 BZSRVCFG_ID Primary Key

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_149 BZSRVCFG_ID BZSVCCFG BZSRVCFG_ID Cascade

Feedback