3 lines
200 B
MySQL
3 lines
200 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE vn.mrwConfig ADD IF NOT EXISTS expeditionDeadLine TIME NULL
|
||
|
COMMENT 'This field stores the latest time by which expeditions can be generated to be sent today';
|