shows_gig
3 rows where venue_id = 36
This data as json, CSV (advanced)
Suggested facets: description, publish_on (date), date (date)
id ▼ | publish | publish_on | date | venue_id | description | details |
---|---|---|---|---|---|---|
46 | 1 | 2008-02-01 00:00:00 | 2008-03-02 | Garfield Art Works 36 | with Dane Adelman, The Root Drinker, and Floyd Bridges. |
|
177 | 1 | 2010-08-02 21:32:23.815000 | 2010-10-17 | Garfield Art Works 36 | ||
205 | 1 | 2012-05-16 23:04:35.900000 | 2012-06-22 | Garfield Art Works 36 |
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");