categorical_structure
6 rows where construction = "pushout"
This data as json, CSV (advanced)
Link | category | construction |
---|---|---|
Ab,pushout | Ab | pushout |
CRing,pushout | CRing | pushout |
Grp,pushout | Grp | pushout |
Set,pushout | Set | pushout |
Set*,pushout | Set* | pushout |
Top,pushout | Top | pushout |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "categorical_structure" ( "category" TEXT NOT NULL, "construction" TEXT NOT NULL, FOREIGN KEY("construction") REFERENCES "universal_objects"("construction") on update cascade on delete restrict, FOREIGN KEY("category") REFERENCES "categories"("name") on update cascade on delete restrict, PRIMARY KEY("category","construction") );