account_tag_transactions

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('account_tag_transactions_id_seq'::regclass)
identity_id int8 19 null
account_identities.id account_tag_transactions_identity_id_fkey C
inserted_at timestamp 22 null
updated_at timestamp 22 null
tx_hash_hash bytea 2147483647 null
name bytea 2147483647 null
tx_hash bytea 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
account_tag_transactions_pkey Primary key Asc id
account_tag_transactions_identity_id_index Performance Asc identity_id
account_tag_transactions_identity_id_tx_hash_hash_index Must be unique Asc/Asc identity_id + tx_hash_hash
account_tag_transactions_tx_hash_hash_index Performance Asc tx_hash_hash

Relationships