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

5 lines
104 B
MySQL
Raw Normal View History

2024-06-03 15:41:00 +02:00
CREATE TABLE IF NOT EXISTS hersteller (
id UUID PRIMARY KEY,
herstellername VARCHAR NOT NULL
2024-05-31 00:32:51 +02:00
);