smart_contracts_additional_sources

-1 rows


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
smart_contracts.address_hash smart_contracts_additional_sources_address_hash_fkey C
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

Relationships