api_exchange


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_exchange_id_seq'::regclass)
api_currency.exchange_id api_currency_exchange_id_37ceb616_fk_api_exchange_id R
deleted timestamptz 35,6 null
rate float8 17,17 null
date timestamptz 35,6 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
currency_id int4 10 null
api_currency.id api_exchange_currency_id_a3484780_fk_api_currency_id R

Indexes

Constraint Name Type Sort Column(s)
api_exchange_pkey Primary key Asc id
api_exchange_currency_id_a3484780 Performance Asc currency_id

Relationships