post_broken_chart_links
Data license: CC-BY
0 rows where postId = 55458
This data as json
0 records
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 );