post_broken_chart_links
Data license: CC-BY
2 rows where postId = 35258
This data as json, CSV (advanced)
id ▼ | postId | chartSlug | kind |
---|---|---|---|
85 | Same-sex marriage around the world 35258 | year-when-homosexuality-became-legal | prominent-link |
86 | Same-sex marriage around the world 35258 | number-countries-legal-homosexuality | 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 );