posting_tags


Columns

Column Type Size Nulls Auto Default Children Parents Comments
posting_tag_id varchar 2147483647 null
account_id varchar 2147483647 null
posting_id varchar 2147483647 null
postings.posting_id posting_tags_posting_id_fkeyC
tag_id varchar 2147483647 null
tags.tag_id posting_tags_tag_id_fkeyN
tag varchar 2147483647 null
tag_rank numeric 131089 null
row_updated_at timestamp 29,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
posting_tags_pkey Primary key Asc posting_tag_id
posting_tags_account_id_idx Performance Asc account_id
posting_tags_posting_id_idx Performance Asc posting_id
posting_tags_tag_id_idx Performance Asc tag_id

Relationships