address_names

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
address_hash bytea 2147483647 null
name varchar 255 null
primary bool 1 false
inserted_at timestamp 29,6 null
updated_at timestamp 29,6 null
metadata jsonb 2147483647 null
id serial 10 nextval('address_names_id_seq'::regclass)

Indexes

Constraint Name Type Sort Column(s)
address_names_pkey Primary key Asc id
address_names_address_hash_index Must be unique Asc address_hash
unique_address_names Must be unique Asc/Asc address_hash + name

Relationships