full_subdiagrams
5 rows where subshape = "arrow"
This data as json, CSV (advanced)
Link | subshape | shape |
---|---|---|
arrow,cospan | arrow | cospan |
arrow,endomorphism | arrow | endomorphism |
arrow,pair of parallel arrows | arrow | pair of parallel arrows |
arrow,span | arrow | span |
arrow,tower | arrow | tower |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "full_subdiagrams" ( "subshape" TEXT NOT NULL, "shape" TEXT NOT NULL, FOREIGN KEY("subshape") REFERENCES "diagrams"("shape") on update cascade on delete restrict, FOREIGN KEY("shape") REFERENCES "diagrams"("shape") on update cascade on delete restrict, PRIMARY KEY("subshape","shape") );