3 lines
94 B
SQL
3 lines
94 B
SQL
ALTER TABLE creator_event
|
|
ADD COLUMN IF NOT EXISTS message_text text NOT NULL DEFAULT '';
|