PPM_FT_STATUS_HISTORY
This table stores the status changes of the features in the PPM_FEATURE_TOGGLES table.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
FEATURE_NAME |
NOT NULL |
VARCHAR2 |
The name of the feature in the PPM_FEATURE_TOGGLES table |
|
STATUS |
NOT NULL |
VARCHAR2 |
The status of the feature under the INTRODUCED_VERSION |
|
INTRODUCED_VERSION |
NOT NULL |
VARCHAR2 |
Version when the state changed |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
SYS_C0081755 |
UNIQUE |
1 |
FEATURE_NAME |
| SYS_C0081755 | UNIQUE | 2 | INTRODUCED_VERSION |

