post_tags
Data license: CC-BY
8 rows where tag_id = 134
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | post_id | tag_id | createdAt | updatedAt |
---|---|---|---|---|
3127,134 | Economic Growth 3127 | Economic Growth 134 | 2023-02-09 10:09:04 | |
8433,134 | 8433 | Economic Growth 134 | 2023-02-09 10:09:04 | |
10619,134 | What are PPP adjustments and why do we need them? 10619 | Economic Growth 134 | 2023-02-09 10:09:04 | |
11012,134 | Is globalization an engine of economic development? 11012 | Economic Growth 134 | 2023-10-13 08:52:50 | |
11685,134 | Historical poverty reductions: more than a story about 'free-market capitalism' 11685 | Economic Growth 134 | 2023-12-05 17:10:38 | |
11701,134 | Structural transformation: how did today’s rich countries become ‘deindustrialized’? 11701 | Economic Growth 134 | 2023-12-05 17:10:57 | |
13714,134 | Are emerging economies deindustrializing too quickly? 13714 | Economic Growth 134 | 2023-02-09 10:09:04 | |
20768,134 | 20768 | Economic Growth 134 | 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");