chart_slug_redirects
Data license: CC-BY
6 rows where chart_id = 7762 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▲ | slug | chart_id | createdAt | updatedAt |
---|---|---|---|---|
2535 | males-vs-females-with-autistic-spectrum-disorder | Share of the population with neurodevelopmental disorders by type 7762 | 2024-04-19 17:21:38 | |
2530 | share-with-down-syndrome | Share of the population with neurodevelopmental disorders by type 7762 | 2024-04-19 16:56:29 | |
2529 | share-of-population-with-adhd | Share of the population with neurodevelopmental disorders by type 7762 | 2024-04-19 16:55:39 | |
2528 | share-with-asperger-syndrome | Share of the population with neurodevelopmental disorders by type 7762 | 2024-04-19 16:55:09 | |
2527 | dalys-from-autistic-spectrum-disorders | Share of the population with neurodevelopmental disorders by type 7762 | 2024-04-19 16:53:03 | |
2526 | prevalence-of-autistic-spectrum | Share of the population with neurodevelopmental disorders by type 7762 | 2024-04-19 16:51:51 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_slug_redirects" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "slug" VARCHAR(255) NOT NULL , "chart_id" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL, FOREIGN KEY("chart_id") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "chart_slug_redirects_chart_id" ON "chart_slug_redirects" ("chart_id"); CREATE UNIQUE INDEX "slug" ON "chart_slug_redirects" ("slug");