post_tags
Data license: CC-BY
6 rows where tag_id = 1642
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | post_id | tag_id | createdAt | updatedAt |
---|---|---|---|---|
20518,1642 | 20518 | Explainers 1642 | 2023-02-09 10:09:04 | |
20524,1642 | 20524 | Explainers 1642 | 2023-02-09 10:09:04 | |
21170,1642 | 21170 | Explainers 1642 | 2023-02-09 10:09:04 | |
21315,1642 | The world is awful. The world is much better. The world can be much better. 21315 | Explainers 1642 | 2023-10-12 12:18:36 | |
21326,1642 | Is income inequality rising around the world? 21326 | Explainers 1642 | 2023-02-09 10:09:04 | |
22656,1642 | How do we know the history of extreme poverty? 22656 | Explainers 1642 | 2023-12-05 17:05:06 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "post_tags" ( "post_id" INTEGER NOT NULL , "tag_id" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , PRIMARY KEY ("post_id", "tag_id"), FOREIGN KEY("post_id") REFERENCES "posts" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("tag_id") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE CASCADE ); CREATE INDEX "FK_post_tags_tag_id" ON "post_tags" ("tag_id");