4 lines
178 B
MySQL
4 lines
178 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE vn.travel ADD IF NOT EXISTS availabled DATETIME NULL
|
||
|
COMMENT 'Indicates the moment in time when the goods become available for picking';
|