2 lines
149 B
MySQL
2 lines
149 B
MySQL
|
ALTER TABLE vn.travel MODIFY COLUMN availabled datetime NOT NULL
|
||
|
COMMENT 'Indicates the moment in time when the goods become available for picking';
|