address_to_tags

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('address_to_tags_id_seq'::regclass)
address_hash bytea 2147483647 null
tag_id int4 10 null
address_tags.id address_to_tags_tag_id_fkey R
inserted_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
address_to_tags_pkey Primary key Asc id
address_to_tags_address_hash_tag_id_index Must be unique Asc/Asc address_hash + tag_id

Relationships