First Commit
This commit is contained in:
5
migrations/20240530193528_hersteller.up.sql
Normal file
5
migrations/20240530193528_hersteller.up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add up migration script here
|
||||
CREATE TABLE hersteller (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name VARCHAR NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user