Definition hatte keinen primären Schlüssel.
This commit is contained in:
@@ -23,8 +23,9 @@ DROP VIEW IF EXISTS public."Arbeitszeiten - Jahr";
|
|||||||
--
|
--
|
||||||
|
|
||||||
CREATE TABLE public."Arbeitszeiten" (
|
CREATE TABLE public."Arbeitszeiten" (
|
||||||
"Datum" date NOT NULL,
|
"Datum" date not null,
|
||||||
"Arbeitszeit" interval
|
"Arbeitszeit" interval(6) null,
|
||||||
|
constraint "Arbeitszeiten_pkey" primary key ("Datum")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user