Modelle hinzugefügt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Add up migration script here
|
||||
CREATE TABLE typen (
|
||||
CREATE TABLE IF NOT EXISTS typen (
|
||||
typ_id SERIAL PRIMARY KEY,
|
||||
name VARCHAR NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user