post_tags
Data license: CC-BY
9 rows where tag_id = 282
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
Link | post_id | tag_id | createdAt | updatedAt |
---|---|---|---|---|
12708,282 | 12708 | Women's Rights 282 | 2023-06-20 11:52:50 | |
12834,282 | 12834 | Women's Rights 282 | 2023-06-20 11:52:57 | |
15300,282 | 15300 | Women's Rights 282 | 2023-06-19 16:55:49 | |
15918,282 | 15918 | Women's Rights 282 | 2023-06-20 10:31:37 | |
16069,282 | 16069 | Women's Rights 282 | 2023-06-20 08:46:36 | |
23212,282 | 23212 | Women's Rights 282 | 2023-06-20 10:32:02 | |
24695,282 | 24695 | Women's Rights 282 | 2023-06-20 14:46:35 | |
24829,282 | 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 | Women's Rights 282 | 2023-06-20 14:38:56 | |
56926,282 | Women's Rights 56926 | Women's Rights 282 | 2023-05-12 16:14:15 |
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");