PPM_FEATURE_TOGGLE_VALUES
This table stores the values (on or off) of the features in Feature Toggles.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
FEATURE_NAME |
NOT NULL |
VARCHAR2 |
The key of the feature name |
VALUE |
NOT NULL |
VARCHAR2 |
Whether the feature is enabled currently. On means enabled. Off means disabled. |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C00119049 |
UNIQUE |
1 |
FEATURE_NAME |