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 hersteller (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name VARCHAR NOT NULL
|
||||
id UUID PRIMARY KEY,
|
||||
herstellername VARCHAR NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user