Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('smart_contracts_additional_sources_id_seq'::regclass) |
|
|
|||||
file_name | varchar | 255 | null |
|
|
||||||
contract_source_code | text | 2147483647 | null |
|
|
||||||
address_hash | bytea | 2147483647 | null |
|
|
||||||
inserted_at | timestamp | 29,6 | null |
|
|
||||||
updated_at | timestamp | 29,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
smart_contracts_additional_sources_pkey | Primary key | Asc | id |
smart_contracts_additional_sources_address_hash_index | Performance | Asc | address_hash |