2 lines
76 B
MySQL
2 lines
76 B
MySQL
|
ALTER TABLE reminders ADD COLUMN `interval_days` INT UNSIGNED DEFAULT NULL;
|