api_currencydetail


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_currencydetail_id_seq'::regclass)
api_depositformdetail.currency_detail_id api_depositformdetai_currency_detail_id_a9a1c3ed_fk_api_curre R
deleted timestamptz 35,6 null
denomination varchar 255 null
type_currency_id int4 10 null
api_typecurrency.id api_currencydetail_type_currency_id_efbd8651_fk_api_typec R
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
currency_id int4 10 null
api_currency.id api_currencydetail_currency_id_53457d3d_fk_api_currency_id R

Indexes

Constraint Name Type Sort Column(s)
api_currencydetail_pkey Primary key Asc id
api_currencydetail_currency_id_53457d3d Performance Asc currency_id
api_currencydetail_type_currency_id_efbd8651 Performance Asc type_currency_id

Relationships