api_historicalquotation


Columns

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

Indexes

Constraint Name Type Sort Column(s)
api_historicalquotation_pkey Primary key Asc history_id
api_historicalquotation_company_id_3edac630 Performance Asc company_id
api_historicalquotation_history_user_id_6738565f Performance Asc history_user_id
api_historicalquotation_id_a0b56693 Performance Asc id
api_historicalquotation_template_id_fc5394b0 Performance Asc template_id

Relationships