home / db

medium

0 rows where hörspielID = 142

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "medium"(
  "mediumID" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
  "hörspielID" INTEGER NOT NULL REFERENCES "hörspiel"("hörspielID") ON DELETE CASCADE ON UPDATE CASCADE,
  "position" INTEGER NOT NULL CHECK("position" > 0),
  "ripLog" BOOLEAN NOT NULL,
  "musicBrainzID" TEXT,
  UNIQUE("hörspielID", "position")
);
Powered by Datasette · Queries took 6.514ms