post_tags
Data license: CC-BY
5 rows where tag_id = 12
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | post_id | tag_id | createdAt | updatedAt |
---|---|---|---|---|
3504,12 | 3504 | Health Inequality 12 | 2023-02-09 10:09:04 | |
8234,12 | 8234 | Health Inequality 12 | 2023-02-09 10:09:04 | |
11723,12 | 11723 | Health Inequality 12 | 2023-02-09 10:09:04 | |
24695,12 | 24695 | Health Inequality 12 | 2023-06-20 14:46:35 | |
24829,12 | If we can make maternal deaths as rare as they are in the healthiest countries we can save almost 300,000 mothers each year 24829 | Health Inequality 12 | 2023-06-20 14:38:56 |
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");