music_video
1 row where release_id = 1
This data as json, CSV (advanced)
Suggested facets: publish_on (date)
id ▼ | slug | publish | publish_on | title | source_url | embed_code | description | credits | release_id | preview_url | priority |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | wave-backwards-to-massachusetts | 1 | 2008-06-20 20:38:31 | Wave Backwards To Massachusetts | http://www.youtube.com/watch?v=v0wsVdRvKP8 | <iframe src="https://www.youtube.com/embed/v0wsVdRvKP8?wmode=opaque" seamless allowfullscreen></iframe> | Collective Psychosis Begone 1 | https://img.youtube.com/vi/v0wsVdRvKP8/hqdefault.jpg |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "music_video" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "slug" varchar(50) NOT NULL UNIQUE, "publish" bool NOT NULL, "publish_on" datetime NULL, "title" varchar(200) NOT NULL, "source_url" varchar(200) NOT NULL, "embed_code" text NOT NULL, "description" text NOT NULL, "credits" text NOT NULL, "release_id" integer NULL REFERENCES "music_release" ("id"), "preview_url" varchar(200) NOT NULL, "priority" integer unsigned NULL); CREATE INDEX "music_video_release_id_83f46359" ON "music_video" ("release_id");