tty/migrations/001_create_enums.sql

2 lines
170 B
SQL

CREATE TYPE bot_presence AS ENUM ('online', 'idle', 'dnd', 'invisible');
CREATE TYPE bot_activity AS ENUM ('Playing', 'Streaming', 'Listening', 'Watching', 'Competing');