Table: hackernews_items
This table shows data for Hackernews Items.
https://github.com/HackerNews/API#items (opens in a new tab)
The primary key for this table is id. It supports incremental syncs based on the id column.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
id (PK) (Incremental Key) | Int |
deleted | Bool |
type | String |
by | String |
time | Timestamp |
text | String |
dead | Bool |
parent | Int |
kids | IntArray |
url | String |
score | Int |
title | String |
parts | IntArray |
descendants | Int |