-- Add up migration script here
CREATE TABLE hersteller (
hersteller_id SERIAL PRIMARY KEY,
name VARCHAR NOT NULL
);