Reference > Database > WebSphere Commerce database tables > B
WebSphere Commerce database table: BZSRVCFG
This table contains rule server configuration data. Each row represents a rule server. This table is deprecated and is provided for backward compatibility only.
Column Name Column Type Description 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.
Indexes Index Name Indexed Column Names Index Type I0000051 SERVERNAME Unique Index SQL100520030306740 BZSRVCFG_ID Primary Key
Referenced By Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type F_149 BZSRVCFG_ID BZSVCCFG BZSRVCFG_ID Cascade _vcc_freeselect_bottom_