CREATE TABLE `vn`.`zoneClosure` ( `zoneFk` INT NOT NULL, `dated` DATE NOT NULL, `hour` TIME NOT NULL, PRIMARY KEY (`zoneFk`, `dated`));