Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
application_id | int8 | 19 | √ | null |
|
|
Automatically generated key used to identify the uniqueness of an Application registered under FAM |
||||||||||||||||
application_name | varchar | 100 | null |
|
|
||||||||||||||||||
application_description | varchar | 200 | null |
|
|
||||||||||||||||||
create_user | varchar | 100 | null |
|
|
The user or proxy account that created the record. |
|||||||||||||||||
create_date | timestamptz | 35,6 | CURRENT_TIMESTAMP |
|
|
The date and time the record was created. |
|||||||||||||||||
update_user | varchar | 100 | √ | null |
|
|
The user or proxy account that created or last updated the record. |
||||||||||||||||
update_date | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
The date and time the record was created or last updated. |
||||||||||||||||
app_environment | varchar | 4 | √ | null |
|
|
Identifies which environment the application is for; DEV, TEST, PROD etc. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fam_app_pk | Primary key | Asc | application_id |
fam_app_name_uk | Must be unique | Asc | application_name |