api_historicalexchange


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
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
history_id serial 10 nextval('api_historicalexchange_history_id_seq'::regclass)
history_date timestamptz 35,6 null
history_change_reason varchar 100 null
history_type varchar 1 null
currency_id int4 10 null
history_user_id int4 10 null
auth_user.id api_historicalexchange_history_user_id_5d748fe6_fk_auth_user_id R

Indexes

Constraint Name Type Sort Column(s)
api_historicalexchange_pkey Primary key Asc history_id
api_historicalexchange_currency_id_948d4b52 Performance Asc currency_id
api_historicalexchange_history_user_id_5d748fe6 Performance Asc history_user_id
api_historicalexchange_id_10148e45 Performance Asc id

Relationships