shows_gig
2 rows where venue_id = 55
This data as json, CSV (advanced)
Suggested facets: publish_on (date), date (date)
id ▼ | publish | publish_on | date | venue_id | description | details |
---|---|---|---|---|---|---|
71 | 1 | 2007-06-01 00:00:00 | 2007-07-01 | Valentine's 55 | with Brent Gorton & The Tender Breasts, The Scientific Maps |
|
168 | 1 | 2010-05-25 19:56:29 | 2010-07-12 | Valentine's 55 | with Titus Andronicus |
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");