I want to set date as default value for date in mysql (not timestamp), but the following error appear
ALTER TABLE `RMS`.`transactionentry` CHANGE `Date` `Da
remember it could be an issue with MYSQL version itself 5.6 allows timestamp with out a default value and doesn't requires to set them as null however 5.7 requires you to explicitly set the default if not then nul