db/migrations/000_thread_kind.sql
Orion Kindel c9995b30f8
init
2023-06-08 15:44:06 -05:00

6 lines
81 B
SQL

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