Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('account_tag_transactions_id_seq'::regclass) |
|
|
|||||
| identity_id | int8 | 19 | √ | null |
|
|
|||||
| inserted_at | timestamp | 22 | null |
|
|
||||||
| updated_at | timestamp | 22 | null |
|
|
||||||
| transaction_hash_hash | bytea | 2147483647 | √ | null |
|
|
|||||
| name | bytea | 2147483647 | √ | null |
|
|
|||||
| transaction_hash | bytea | 2147483647 | √ | null |
|
|
|||||
| user_created | bool | 1 | √ | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| account_tag_transactions_pkey | Primary key | Asc | id |
| account_tag_transactions_identity_id_index | Performance | Asc | identity_id |
| account_tag_transactions_identity_id_tx_hash_hash_index | Must be unique | Asc/Asc | identity_id + transaction_hash_hash |
| account_tag_transactions_tx_hash_hash_index | Performance | Asc | transaction_hash_hash |