axum-async-graphql/migrations/20240530193528_hersteller.u...

5 lines
104 B
SQL

CREATE TABLE IF NOT EXISTS hersteller (
id UUID PRIMARY KEY,
herstellername VARCHAR NOT NULL
);