api_historicalposition


Columns

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

Indexes

Constraint Name Type Sort Column(s)
api_historicalposition_pkey Primary key Asc history_id
api_historicalposition_department_id_27b2d64f Performance Asc department_id
api_historicalposition_history_user_id_6248d49c Performance Asc history_user_id
api_historicalposition_id_9e78fb8e Performance Asc id
api_historicalposition_name_28bdb75f Performance Asc name
api_historicalposition_name_28bdb75f_like Performance Asc name

Relationships