Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
office_guid | uuid | 2147483647 | uuid_generate_v4() |
|
|
System generated unique key for an office. This key should never be exposed to users via any system utilizing the tables. |
|||||
create_user_id | varchar | 32 | null |
|
|
The id of the user that created the office. |
|||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the office was created. The timestamp is stored in UTC with no Offset. |
|||||
update_user_id | varchar | 32 | null |
|
|
The id of the user that updated the office. |
|||||
update_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the office was updated. The timestamp is stored in UTC with no Offset. |
|||||
geo_organization_unit_code | varchar | 10 | √ | null |
|
|
A human readable code used to identify a geographical organization unit. The geographical unit where the office is located. This might not necessarily be the lowest level in the geographical organizational unit hierarchy. |
||||
agency_code | varchar | 6 | √ | null |
|
|
A human readable code used to identify an agency. The agency that owns the office. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_office | Primary key | Asc | office_guid |