ALTER TABLE events
    ADD COLUMN text_color CHAR(7) NOT NULL DEFAULT '#0e0e0e' AFTER text_on_primary;
