PPM_FEATURE_TOGGLES
This table stores the information of features that can be enabled or disabled in the Feature Management platform.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
FEATURE_NAME |
NOT NULL |
VARCHAR2 |
Feature name |
STATUS |
NOT NULL |
VARCHAR2 |
The status of the feature under the INTRODUCED_VERSION |
DEFAULT_VALUE |
NOT NULL |
VARCHAR2 |
Whether the feature is enabled by default. On means enabled. Off means disabled. |
INTRODUCED_VERSION |
NOT NULL |
VARCHAR2 |
The version when this feature was introduced |
PARENT_NAME |
NULLABLE |
VARCHAR2 |
The dependency of the feature |
ONE_WAY |
NOT NULL |
VARCHAR2 |
Y: Once this feature is enabled, it cannot be disabled. N: Once this feature is enabled, it can be disabled. |
TAGS | NULLABLE | VARCHAR2 | The module that the feature belongs to |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
SYS_C0081751 |
UNIQUE |
1 |
FEATURE_NAME |