post_tags
Data license: CC-BY
3 rows where tag_id = 1560
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
Link | post_id | tag_id | createdAt | updatedAt |
---|---|---|---|---|
24276,1560 | Oral rehydration therapy: a low-tech solution that has saved millions of lives 24276 | Diarrheal Diseases 1560 | 2023-07-06 14:24:21 | |
26758,1560 | Diarrheal Diseases 26758 | Diarrheal Diseases 1560 | 2023-07-03 10:10:15 | |
57337,1560 | 57337 | Diarrheal Diseases 1560 | 2023-06-07 14:36:48 |
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");