From 2df47779c3637bb239c3ae1e5e9b656c7be8ebd0 Mon Sep 17 00:00:00 2001 From: Chris-bot374 Date: Mon, 8 Jul 2024 08:43:25 +0200 Subject: [PATCH] Update script.sql --- script.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.sql b/script.sql index cdd77eb..feb0ddc 100644 --- a/script.sql +++ b/script.sql @@ -48,8 +48,8 @@ CREATE TABLE Veranstalter ( standort VARCHAR(30) DEFAULT random_between_two(), krank BOOLEAN DEFAULT FALSE, admin BOOLEAN NOT NULL DEFAULT FALSE, - uhrzeit_id INTEGER REFERENCES Uhrzeit(ID), - tag INTEGER + uhrzeit_id INTEGER DEFAULT(0), + tag INTEGER DEFAULT(0) );