home / db

serie

0 rows where hörspielID = 312

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "serie"(
  "nummer" INTEGER PRIMARY KEY NOT NULL,
  "hörspielID" INTEGER NOT NULL UNIQUE REFERENCES "hörspiel"("hörspielID") ON DELETE CASCADE ON UPDATE CASCADE
);
Powered by Datasette · Queries took 6.47ms