post_tags
Data license: CC-BY
6 rows where tag_id = 217
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | post_id | tag_id | createdAt | updatedAt |
---|---|---|---|---|
11012,217 | Is globalization an engine of economic development? 11012 | Trade & Globalization 217 | 2023-10-13 08:52:50 | |
17716,217 | 17716 | Trade & Globalization 217 | 2023-02-09 10:09:04 | |
20768,217 | 20768 | Trade & Globalization 217 | 2023-02-09 10:09:04 | |
20888,217 | Is trade a major driver of income inequality? 20888 | Trade & Globalization 217 | 2023-02-09 10:09:04 | |
21062,217 | Trade and Globalization 21062 | Trade & Globalization 217 | 2023-02-09 10:09:04 | |
21592,217 | We've updated our entry on Trade and Globalization 21592 | Trade & Globalization 217 | 2023-02-09 10:09:04 |
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");