axum_juniper/migrations/2024-05-21-102617_typ/up.sql

5 lines
73 B
MySQL
Raw Permalink Normal View History

2024-05-24 14:25:46 +02:00
CREATE TABLE typen (
id SERIAL PRIMARY KEY,
name VARCHAR NOT NULL
);