Files
axum-async-graphql/migrations/20240530193528_hersteller.up.sql
2024-11-29 10:35:10 +01:00

5 lines
104 B
SQL

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