Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('multichain_search_db_export_balances_queue_id_seq'::regclass) |
|
|
||
| address_hash | bytea | 2147483647 | null |
|
|
|||
| token_contract_address_hash_or_native | bytea | 2147483647 | null |
|
|
|||
| value | numeric | 100 | √ | null |
|
|
||
| token_id | numeric | 78 | √ | null |
|
|
||
| retries_number | int2 | 5 | √ | null |
|
|
||
| inserted_at | timestamp | 29,6 | null |
|
|
|||
| updated_at | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| multichain_search_db_export_balances_queue_pkey | Primary key | Asc | id |
| unique_multichain_search_db_current_token_balances | Must be unique | Asc/Asc | address_hash + token_contract_address_hash_or_native |