api_depositform


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_depositform_id_seq'::regclass)
api_depositformdetail.deposit_form_id api_depositformdetai_deposit_form_id_7cb2c2f3_fk_api_depos R
deleted timestamptz 35,6 null
amount varchar 255 null
difference_amount varchar 255 null
verified bool 1 null
verified_at date 13 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
bank_account_id int4 10 null
api_bankaccount.id api_depositform_bank_account_id_0f36d31d_fk_api_bankaccount_id R
employee_who_counts_id int4 10 null
api_employee.id api_depositform_employee_who_counts__fcfd6fcf_fk_api_emplo R
supervisor_id int4 10 null
api_employee.id api_depositform_supervisor_id_35c9a6ac_fk_api_employee_id R
packing_id int4 10 null
api_packing.id api_depositform_packing_id_c99cc1b1_fk_api_packing_id R
bank_account_number varchar 255 null
currency_id int4 10 null
api_currency.id api_depositform_currency_id_c28688b5_fk_api_currency_id R
review text 2147483647 null
supervisor_extra_id int4 10 null
api_employee.id api_depositform_supervisor_extra_id_23c99ad4_fk_api_employee_id R

Indexes

Constraint Name Type Sort Column(s)
api_depositform_pkey Primary key Asc id
api_depositform_bank_account_id_0f36d31d Performance Asc bank_account_id
api_depositform_currency_id_c28688b5 Performance Asc currency_id
api_depositform_employee_who_counts_id_fcfd6fcf Performance Asc employee_who_counts_id
api_depositform_packing_id_c99cc1b1 Performance Asc packing_id
api_depositform_supervisor_extra_id_23c99ad4 Performance Asc supervisor_extra_id
api_depositform_supervisor_id_35c9a6ac Performance Asc supervisor_id

Relationships