ALTER TABLE tbl_my_ally_reminders
ADD COLUMN pre_baseline_notification JSON DEFAULT JSON_OBJECT(
'notified', false,
'notified_at', NULL,
'notification_type', NULL
);
