First Commit
This commit is contained in:
1
migrations/2024-05-21-102617_typ/down.sql
Normal file
1
migrations/2024-05-21-102617_typ/down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE typen;-- This file should undo anything in `up.sql`
|
||||
4
migrations/2024-05-21-102617_typ/up.sql
Normal file
4
migrations/2024-05-21-102617_typ/up.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE typen (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name VARCHAR NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user