Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
role_type_code | varchar | 2 | null |
|
|
role type code |
|||||
description | varchar | 100 | √ | null |
|
|
Description of what the role_type_code represents |
||||
effective_date | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
The date and time the code was effective. |
|||||
expiry_date | timestamptz | 35,6 | √ | null |
|
|
The date and time the code expired. |
||||
update_date | timestamptz | 35,6 | √ | null |
|
|
The date and time the record was created or last updated. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fam_role_type_code_pk | Primary key | Asc | role_type_code |