First Commit

This commit is contained in:
Peter Schiwy
2024-05-31 00:32:51 +02:00
commit bab592edf1
23 changed files with 3268 additions and 0 deletions

View File

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