post_tags
Data license: CC-BY
8 rows where tag_id = 294
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | post_id | tag_id | createdAt | updatedAt |
---|---|---|---|---|
2422,294 | 2422 | Global Education 294 | 2023-02-09 10:09:04 | |
8246,294 | 8246 | Global Education 294 | 2023-02-09 10:09:04 | |
8563,294 | Global Education 8563 | Global Education 294 | 2023-02-09 10:09:04 | |
13565,294 | 13565 | Global Education 294 | 2023-02-09 10:09:04 | |
16414,294 | Learning for our Millennium? The changing face of education access, quality and uptake in Ethiopia 16414 | Global Education 294 | 2023-02-09 10:09:04 | |
19373,294 | 19373 | Global Education 294 | 2023-02-09 10:09:04 | |
19745,294 | 19745 | Global Education 294 | 2023-02-09 10:09:04 | |
22272,294 | 22272 | Global Education 294 | 2023-10-12 09:18:03 |
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");