shows_gig
3 rows where venue_id = 4
This data as json, CSV (advanced)
Suggested facets: publish_on (date), date (date)
id ▼ | publish | publish_on | date | venue_id | description | details |
---|---|---|---|---|---|---|
5 | 1 | 2009-03-26 00:00:00 | 2009-04-25 | Ralph's Diner 4 | with Justin Townes Earle, Werewolves, Hey Now Morris Fader, and the Wandas. |
|
118 | 1 | 2009-08-12 00:00:00 | 2009-09-11 | Ralph's Diner 4 | ||
186 | 1 | 2011-10-16 22:33:42.263000 | 2011-11-05 | Ralph's Diner 4 | with Coyote Kolb and the Minions. |
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");