account_custom_abis

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_custom_abis_id_seq'::regclass)
identity_id int8 19 null
account_identities.id account_custom_abis_identity_id_fkey C
abi jsonb 2147483647 null
inserted_at timestamp 22 null
updated_at timestamp 22 null
address_hash_hash bytea 2147483647 null
address_hash bytea 2147483647 null
name bytea 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
account_custom_abis_pkey Primary key Asc id
account_custom_abis_identity_id_address_hash_hash_index Must be unique Asc/Asc identity_id + address_hash_hash
account_custom_abis_identity_id_index Performance Asc identity_id

Relationships