api_historicalbankaccount


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
deleted timestamptz 35,6 null
bank_id int4 10 null
account varchar 255 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
history_id serial 10 nextval('api_historicalbankaccount_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_historicalbankac_history_user_id_e2c7f88d_fk_auth_user R

Indexes

Constraint Name Type Sort Column(s)
api_historicalbankaccount_pkey Primary key Asc history_id
api_historicalbankaccount_bank_d2481c65 Performance Asc bank_id
api_historicalbankaccount_company_id_17124f36 Performance Asc company_id
api_historicalbankaccount_history_user_id_e2c7f88d Performance Asc history_user_id
api_historicalbankaccount_id_0668c6ea Performance Asc id

Relationships