Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
site_guid | uuid | 2147483647 | case_management.uuid_generate_v4() |
|
|
System generated unique key for a site record |
|||||
case_file_guid | uuid | 2147483647 | null |
|
|
System generated unique key for a case. This key should never be exposed to users via any system utilizing the tables. |
|||||
site_id | varchar | 50 | null |
|
|
The value used for an unauthorized site id |
|||||
active_ind | bool | 1 | √ | true |
|
|
A boolean indicator to determine if the record has been soft deleted. |
||||
create_user_id | varchar | 32 | null |
|
|
The id of the user that created the unauthroized site id. |
|||||
create_utc_timestamp | timestamp | 29,6 | null |
|
|
The timestamp when the unauthroized site id 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 unauthroized site id |
||||
update_utc_timestamp | timestamp | 29,6 | √ | null |
|
|
The timestamp when the unauthroized site id was updated. The timestamp is stored in UTC with no Offset. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_site_guid | Primary key | Asc | site_guid |