content_header


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bpchar 32 null
content_full_text.content_header_id content_full_text_content_header_fkey C
content_text_file_export.content_header_id content_text_file_export_header_fkey C
feed_url_id bpchar 32 null
feed_url.id content_header_feed_url_fkey C
canonical_url text 2147483647 null
title varchar 1024 null
published_at timestamptz 35,6 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()
feed_text text 2147483647 null
source_url text 2147483647 null
fetch_url text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
content_header_pkey Primary key Asc id
content_header_canonical_url_key Must be unique Asc canonical_url
content_header_feed_url_id_idx Performance Asc feed_url_id

Relationships