enrichments
2 rows where category = "Ch.(Vect_k)"
This data as json, CSV (advanced)
| Link | category | homs |
|---|---|---|
| Ch.(Vect_k),Ch.(Vect_k) | Ch.(Vect_k) | Ch.(Vect_k) |
| Ch.(Vect_k),Set* | Ch.(Vect_k) | Set* |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "enrichments" (
"category" TEXT NOT NULL,
"homs" TEXT NOT NULL,
FOREIGN KEY("homs") REFERENCES "categories"("name") on update cascade on delete restrict,
FOREIGN KEY("category") REFERENCES "categories"("name") on update cascade on delete restrict,
PRIMARY KEY("category","homs")
);