chart_slug_redirects
Data license: CC-BY
2 rows where chart_id = 7441 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▲ | slug | chart_id | createdAt | updatedAt |
---|---|---|---|---|
2395 | death-rate-in-armed-conflict-by-type-and-country | Death rate in armed conflicts based on where they occurred 7441 | 2023-12-09 13:38:40 | |
2394 | death-rate-in-armed-conflict-by-type | Death rate in armed conflicts based on where they occurred 7441 | 2023-12-09 13:38:24 |
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");