Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
hash | bytea | 2147483647 | null |
|
|
||||||
protocol | transaction_actions_protocol | 2147483647 | null |
|
|
||||||
data | jsonb | 2147483647 | '{}'::jsonb |
|
|
||||||
type | transaction_actions_type | 2147483647 | null |
|
|
||||||
log_index | int4 | 10 | null |
|
|
||||||
inserted_at | timestamp | 29,6 | null |
|
|
||||||
updated_at | timestamp | 29,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
transaction_actions_pkey | Primary key | Asc/Asc | hash + log_index |
transaction_actions_protocol_type_index | Performance | Asc/Asc | protocol + type |