Database Table: RULEVALUE

This table contains the data for a rule value.

Column Name Column Type Column Description
COMMITTEDPATH VARCHAR (1024)
NULL
This field contains the path of a committed version of a rule value. Foreign key to the BZRPENT table.
RULEVALUE_ID INTEGER
NOT NULL
Primary key.
WORKINGPATH VARCHAR (1024)
NOT NULL
This field contains the path of the working version of a rule value. Foreign key to the BZRPENT table.
WORKINGPUBLISHABLE INTEGER
NOT NULL
This field is used to indicate if the rule value is in the working publishable state.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035100080 RULEVALUE_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
Not Applicable