home / db

kids

0 rows where hörspielID = 153

✎ View and edit SQL

This data as json

0 records

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