api-erstellen #1

Merged
TorstenHettstedt merged 52 commits from api-erstellen into master 2021-04-07 13:00:46 +02:00
Showing only changes of commit edc7ed5fe6 - Show all commits
+3 -2
View File
@@ -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")
); );