tags
Data license: CC-BY
1 row where parentId = 1516 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | createdAt | updatedAt | parentId | specialType | slug |
---|---|---|---|---|---|---|
355 | World Regions | 2016-01-01 00:00:00 | 2023-10-20 16:18:03 | Abstract 1516 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "tags" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(255) NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "parentId" INTEGER NULL , "specialType" VARCHAR(255) NULL , "slug" VARCHAR(512) NULL, FOREIGN KEY("parentId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE UNIQUE INDEX "dataset_subcategories_name_fk_dst_cat_id_6ce1cc36_uniq" ON "tags" ("name", "parentId"); CREATE INDEX "parentId" ON "tags" ("parentId");