Die Tabellen Benutzer, Rollen und Gruppen hinzugefügt

This commit is contained in:
Peter Schiwy
2024-11-29 10:35:10 +01:00
parent a290bcceb3
commit fdc57ab13a
48 changed files with 771 additions and 267 deletions

View File

@@ -1,5 +1,4 @@
-- Add up migration script here
CREATE TABLE IF NOT EXISTS hersteller (
id SERIAL PRIMARY KEY,
name VARCHAR NOT NULL
id UUID PRIMARY KEY,
herstellername VARCHAR NOT NULL
);