| Name | Type | Nullable | Default value | Comment |
|---|---|---|---|---|
| ID | NUMBER(38) | N | ||
| LABEL | VARCHAR2(48) | N |
| Constraint Name | Columns |
|---|---|
| RHN_M_PRIORITY_ID_PK | ID |
| Option | Settings |
|---|---|
| Tablespace | DATA_TBS |
| Index Organized | No |
| Generated by Oracle | No |
| Clustered | No |
| Nested | No |
| Temporary | No |
| Index Name | Type | Unuqueness | Columns | DDL script |
|---|---|---|---|---|
| RHN_M_PRIORITY_ID_PK | NORMAL | UNIQUE | ID | DDL script |
| RHN_M_PRIORITY_LABEL_ID_IDX | NORMAL | NONUNIQUE | LABEL , ID | DDL script |
| RHN_M_PRIORITY_LABEL_UQ | NORMAL | UNIQUE | LABEL | DDL script |
| Table | Constraint |
|---|---|
| RHNMESSAGE | RHN_M_PRIORITY_FK |