4 lines
102 B
MySQL
4 lines
102 B
MySQL
|
USE reminders;
|
||
|
|
||
|
ALTER TABLE reminders.reminders ADD COLUMN `interval_days` INT UNSIGNED DEFAULT NULL;
|