api_historicalreportrequest


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
deleted timestamptz 35,6 null
report text 2147483647 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
history_id serial 10 nextval('api_historicalreportrequest_history_id_seq'::regclass)
history_date timestamptz 35,6 null
history_change_reason varchar 100 null
history_type varchar 1 null
history_user_id int4 10 null
auth_user.id api_historicalreport_history_user_id_ae06914a_fk_auth_user R
employee_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
api_historicalreportrequest_pkey Primary key Asc history_id
api_historicalreportrequest_employee_id_36c6f569 Performance Asc employee_id
api_historicalreportrequest_history_user_id_ae06914a Performance Asc history_user_id
api_historicalreportrequest_id_c716003b Performance Asc id

Relationships