6 lines
81 B
MySQL
6 lines
81 B
MySQL
|
create type public.thread_kind as enum
|
||
|
( 'post'
|
||
|
, 'short'
|
||
|
, 'message'
|
||
|
);
|