categories_of_abelian_groups
0 rows where parent = "DSet"
This data as json
0 records
CREATE TABLE "categories_of_abelian_groups" (
"internal_abelian_groups" TEXT NOT NULL UNIQUE,
"parent" TEXT NOT NULL UNIQUE,
PRIMARY KEY("parent","internal_abelian_groups"),
FOREIGN KEY("internal_abelian_groups") REFERENCES "categories"("name") on update cascade on delete restrict,
FOREIGN KEY("parent") REFERENCES "categories"("name") on update cascade on delete restrict
);