Files
creator-hub/internal/creator/migrations/026_event_message_text.sql
T

3 lines
94 B
SQL

ALTER TABLE creator_event
ADD COLUMN IF NOT EXISTS message_text text NOT NULL DEFAULT '';