Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('contract_methods_id_seq'::regclass) |
|
|
||
identifier | int4 | 10 | null |
|
|
|||
abi | jsonb | 2147483647 | null |
|
|
|||
type | varchar | 255 | null |
|
|
|||
inserted_at | timestamp | 29,6 | null |
|
|
|||
updated_at | timestamp | 29,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
contract_methods_pkey | Primary key | Asc | id |
contract_methods_identifier_abi_index | Must be unique | Asc/Asc | identifier + abi |