office

-1 rows


Description

An office is a physical location that serves as a central organization point for groups of users of the system.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
office_guid uuid 2147483647 uuid_generate_v4()
officer.office_guid FK_officer_office R

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
geo_organization_unit_code.geo_organization_unit_code FK_office_geoorgutnd R

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

Relationships