6 lines
85 B
MySQL
6 lines
85 B
MySQL
|
CREATE TYPE gruppen_herkunft AS ENUM (
|
||
|
'direkt',
|
||
|
'indirekt',
|
||
|
'beides'
|
||
|
);
|