division
2 rows where conference_id = 1
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "division" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "name" varchar(16) NULL, "conference_id" bigint NULL REFERENCES "conference" ("id") DEFERRABLE INITIALLY DEFERRED); CREATE INDEX "division_conference_id_353b5fb4" ON "division" ("conference_id");