shows_gig
2 rows where venue_id = 39
This data as json, CSV (advanced)
Suggested facets: publish_on (date), date (date)
id ▼ | publish | publish_on | date | venue_id | description | details |
---|---|---|---|---|---|---|
49 | 1 | 2008-01-25 00:00:00 | 2008-02-24 | The Milky Way 39 | with Titus Andronicus and Amoroso. |
|
187 | 1 | 2011-10-26 08:14:15 | 2011-11-18 | The Milky Way 39 | with Big Digits and Hilly Eye. |
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");