Die Tabellen Benutzer, Rollen und Gruppen hinzugefügt
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
-- Add up migration script here
|
||||
CREATE TABLE IF NOT EXISTS typen (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name VARCHAR NOT NULL
|
||||
id UUID PRIMARY KEY,
|
||||
typname VARCHAR NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user