Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | CHAR | 36 | null |
|
|
The ID of the system |
||
| SYSTEM_ID | CHAR | 36 | null |
|
|
The ID of the system |
||
| NAME | VARCHAR | 64 | null |
|
|
The name of the given feature |
||
| VALUE | VARCHAR | 1024 | null |
|
|
The value of the given feature |
||
| TYPE | VARCHAR | 32 | null |
|
|
The feature type (BOOLEAN, STRING, NUMERIC, and DATE) |
||
| REVISION_ID | DECIMAL | 32 | null |
|
|
The revision ID |
||
| REVISION_TYPE | DECIMAL | 1 | null |
|
|
The type of the revision |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc | ID + REVISION_ID |
| DTW_REG_SYS_FEAT_AUD_ID_IDX | Performance | Asc | ID |
| DTW_REG_SYS_FEAT_AUD_NID_IDX | Performance | Asc/Asc/Asc | REVISION_ID + SYSTEM_ID + NAME |
| DTW_REG_SYS_FEAT_AUD_SYS_IDX | Performance | Asc | SYSTEM_ID |
