Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bpchar | 32 | null |
|
|
|||||||||
| feed_url_id | bpchar | 32 | null |
|
|
|||||||||
| 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 |