ALTER TABLE `reminder_template` ADD COLUMN `interval_seconds` INT UNSIGNED; ALTER TABLE `reminder_template` ADD COLUMN `interval_days` INT UNSIGNED; ALTER TABLE `reminder_template` ADD COLUMN `interval_months` INT UNSIGNED;