-- Place your SQL code here
ALTER TABLE `vn`.`referenceCurrent`
CHANGE COLUMN `dated` `dated` DATE NOT NULL DEFAULT CURRENT_TIMESTAMP();