shows_gig
3 rows where venue_id = 80
This data as json, CSV (advanced)
Suggested facets: publish, publish_on (date), date (date)
id ▼ | publish | publish_on | date | venue_id | description | details |
---|---|---|---|---|---|---|
119 | 1 | 2009-08-13 00:00:00 | 2009-09-12 | Cousin Larry's 80 | ||
156 | 1 | 2009-09-20 00:00:00 | 2009-10-17 | Cousin Larry's 80 | ||
174 | 0 | 2010-10-14 | Cousin Larry's 80 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "shows_gig" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "publish" bool NOT NULL, "publish_on" datetime NULL, "date" date NOT NULL, "venue_id" integer NOT NULL REFERENCES "shows_venue" ("id"), "description" text NOT NULL, "details" text NOT NULL); CREATE INDEX "shows_gig_venue_id_88683346" ON "shows_gig" ("venue_id");