db/schema/000_thread_kind.sql

6 lines
81 B
MySQL
Raw Normal View History

2023-06-08 20:44:06 +00:00
create type public.thread_kind as enum
( 'post'
, 'short'
, 'message'
);