home / hth

music_video

0 rows where release_id = 13

✎ View and edit SQL

This data as json

0 records

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");
Powered by Datasette · Queries took 12.117ms