authorization_permit

-1 rows


Description

Contains the authroized site id for the Authroization Outcome

Columns

Column Type Size Nulls Auto Default Children Parents Comments
authorization_permit_guid uuid 2147483647 case_management.uuid_generate_v4()

System generated unique key for an authorized_permit record

case_file_guid uuid 2147483647 null
case_file.case_file_guid fk_authorization_permit__case_file_guid R

System generated unique key for a case. This key should never be exposed to users via any system utilizing the tables.

authorization_permit_id varchar 50 null

The value used for an authorized site id

active_ind bool 1 true

A boolean indicator to determine if the has been soft deleted.

create_user_id varchar 32 null

The id of the user that created the authroized site id.

create_utc_timestamp timestamp 29,6 null

The timestamp when the authroized 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 authroized site id

update_utc_timestamp timestamp 29,6 null

The timestamp when the authroized site id was updated. The timestamp is stored in UTC with no Offset.

Indexes

Constraint Name Type Sort Column(s)
PK_authorization_permit_guid Primary key Asc authorization_permit_guid

Relationships