posts_links
Data license: CC-BY
3 rows where sourceId = 39251
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
8618 | COVID-19: International and Domestic Travel 39251 | public-transport-covid | grapher | src | |||
8619 | COVID-19: International and Domestic Travel 39251 | internal-movement-covid | grapher | src | |||
8620 | COVID-19: International and Domestic Travel 39251 | international-travel-covid | grapher | src |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" INTEGER NOT NULL , "target" VARCHAR(2047) NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts" ("id") ON UPDATE CASCADE ON DELETE CASCADE );