shows_gig
Data source: https://www.hallelujahthehills.com
2 rows where publish = 1 and "publish_on" is on date 2013-07-06
This data as json, CSV (advanced)
Suggested facets: publish_on (date), date (date)
id ▼ | publish | publish_on | date | venue_id | description | details |
---|---|---|---|---|---|---|
226 | 1 | 2013-07-06 07:01:17.723000 | 2013-08-17 | Bayside Bowl 145 | with Worried Well and If & It |
|
227 | 1 | 2013-07-06 07:05:11.448000 | 2013-08-23 | The Beachcomber 146 | with Tallahassee |
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");