Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
officer_team_xref_guid | uuid | 2147483647 | uuid_generate_v4() |
|
|
System generated unique key for a OFFICER_TEAM_XREF record. This key should never be exposed to users via any system utilizing the tables. |
|||||
officer_guid | uuid | 2147483647 | null |
|
|
Unique key for an officer. This key should never be exposed to users via any system utilizing the tables. |
|||||
team_guid | uuid | 2147483647 | null |
|
|
Unique key for a team. This key should never be exposed to users via any system utilizing the tables. |
|||||
active_ind | bool | 1 | null |
|
|
Used to indicate if the users in the OFFICER_TEAM_XREF recrodis active. |
|||||
create_user_id | varchar | 32 | √ | null |
|
|
The id of the user that created the OFFICER_TEAM_XREF. |
||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the OFFICER_TEAM_XREF 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 OFFICER_TEAM_XREF |
||||
update_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the OFFICER_TEAM_XREF was updated. The timestamp is stored in UTC with no Offset. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
officer_team_xref_pk | Primary key | Asc | officer_team_xref_guid |