Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
app_environment | varchar | 4 | null |
|
|
Application environment. |
|||||
description | varchar | 100 | √ | null |
|
|
Description of what the app_environmentrepresents. |
||||
effective_date | timestamptz | 35,6 | now() |
|
|
The date and time the record was effective. |
|||||
expiry_date | timestamptz | 35,6 | √ | null |
|
|
The date and time the record 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_app_environment_pk | Primary key | Asc | app_environment |