salix/db/versions/11424-navyRose/00-travel.sql

4 lines
178 B
SQL

-- 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';