GLE-Tabellen-Nutzerhinweise
Aus kvwmap
Version vom 5. Juni 2019, 12:29 Uhr von Rahn (Diskussion | Beiträge)
CREATE TABLE hinweise
(
hinweis text,
nutzer character varying(50),
stelle_id integer,
created_at timestamp without time zone NOT NULL DEFAULT now(),
startdatum date NOT NULL DEFAULT ('now'::text)::date,
dauer integer NOT NULL DEFAULT 2
)
WITH (
OIDS=TRUE
);