posting_lists


Description

A row in this table represents a list that compose the middle of the posting.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
posting_list_id varchar 2147483647 null

Primary key.

account_id varchar 2147483647 null

The account the posting belongs to.

posting_id varchar 2147483647 null
postings.posting_id posting_lists_posting_id_fkeyC

ID of the posting connected to this entity.

text varchar 2147483647 null

The list text.

content varchar 2147483647 null

The list content.

list_rank numeric 131089 null

The position of the list for the posting, starting with zero.

row_updated_at timestamp 29,6 CURRENT_TIMESTAMP

Date this entity was updated in the database. Useful to setup incremental refreshes of the data in your periodic ETL job.

Indexes

Constraint Name Type Sort Column(s)
posting_lists_pkey Primary key Asc posting_list_id
posting_lists_account_id_index Performance Asc account_id
posting_lists_posting_id_index Performance Asc posting_id

Relationships