chart_slug_redirects
Data license: CC-BY
5 rows where chart_id = 5596 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
id ▲ | slug | chart_id | createdAt | updatedAt |
---|---|---|---|---|
2428 | death-rate-in-state-based-conflicts-by-type | Death rate in state-based conflicts 5596 | 2023-12-21 17:22:42 | |
2344 | death-rate-in-state-based-conflicts-by-conflict-type | Death rate in state-based conflicts 5596 | 2023-10-27 16:45:55 | |
1558 | deaths-in-state-based-conflicts-per-100000-by-conflict-type | Death rate in state-based conflicts 5596 | 2023-03-13 13:05:39 | |
1555 | deaths-in-state-based-conflicts-per-100000 | Death rate in state-based conflicts 5596 | 2023-03-13 12:59:54 | |
1039 | state-based-battle-related-deaths-per-100000-since-1946 | Death rate in state-based conflicts 5596 | 2023-02-09 10:09:04 |
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");