Datenbankpfade angepasst.
Tabellenstruktur hinzugefügt
This commit is contained in:
10
projekt.txt
Normal file
10
projekt.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE IF NOT EXISTS public.projekt
|
||||
(
|
||||
id SERIAL PRIMARY KEY,
|
||||
guid text COLLATE pg_catalog."default"
|
||||
)
|
||||
|
||||
TABLESPACE pg_default;
|
||||
|
||||
ALTER TABLE IF EXISTS public.projekt
|
||||
OWNER to sanplaner;
|
||||
Reference in New Issue
Block a user