home / db

spezial

0 rows where hörspielID = 175

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "spezial"(
  "hörspielID" INTEGER PRIMARY KEY NOT NULL REFERENCES "hörspiel"("hörspielID") ON DELETE CASCADE ON UPDATE CASCADE,
  "position" INTEGER NOT NULL UNIQUE CHECK("position" > 0)
);
Powered by Datasette · Queries took 4.112ms