2-categories
1 row where is_strict = 0 and transformations_hr = "intertwiners"
This data as json, CSV (advanced)
name ▼ | is_strict | transformations_hr |
---|---|---|
Bimod(Ab) | 0 | intertwiners |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "2-categories" ( "name" TEXT NOT NULL UNIQUE, "is_strict" INTEGER NOT NULL, "transformations_hr" TEXT NOT NULL, FOREIGN KEY("name") REFERENCES "categories"("name") on delete restrict on update cascade, PRIMARY KEY("name") );