1 row where category = "Set"

View and edit SQL

category ▼ structure_hr
Set categorical product

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "monoidal_categories" (
	"category"	TEXT NOT NULL,
	"structure_hr"	INTEGER NOT NULL,
	FOREIGN KEY("category") REFERENCES "categories"("name") on update cascade on delete restrict,
	PRIMARY KEY("category")
);