db/schema/000_thread_kind.sql
2023-06-08 20:48:47 -05:00

6 lines
81 B
SQL

create type public.thread_kind as enum
( 'post'
, 'short'
, 'message'
);