Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_currencydetail_id_seq'::regclass) |
|
|
|||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| denomination | varchar | 255 | null |
|
|
||||||
| type_currency_id | int4 | 10 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| currency_id | int4 | 10 | √ | null |
|
|
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 |