account_watchlists

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('account_watchlists_id_seq'::regclass)
account_watchlist_addresses.watchlist_id account_watchlist_addresses_watchlist_id_fkey C
name varchar 255 'default'::character varying
identity_id int8 19 null
account_identities.id account_watchlists_identity_id_fkey C
inserted_at timestamp 22 null
updated_at timestamp 22 null

Indexes

Constraint Name Type Sort Column(s)
account_watchlists_pkey Primary key Asc id
account_watchlists_identity_id_index Performance Asc identity_id

Relationships