post_broken_chart_links
Data license: CC-BY
2 rows where postId = 27018
This data as json, CSV (advanced)
id ▼ | postId | chartSlug | kind |
---|---|---|---|
33 | Long-run trends in military spending: four key facts 27018 | military-expenditure-per-capita-constant-2015-us | link |
34 | Long-run trends in military spending: four key facts 27018 | military-expenditure-as-a-share-of-gdp-2 | embed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_broken_chart_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartSlug` TEXT NOT NULL, `kind` TEXT NOT NULL, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );