axum-async-graphql/migrations/20241202221730_liegenschfte...

6 lines
85 B
MySQL
Raw Normal View History

CREATE TYPE gruppen_herkunft AS ENUM (
'direkt',
'indirekt',
'beides'
);