When using MSSQL 2012+ the user receives a pending option to deploy changes to date fields (like datetimecreated) where null is allowed. The error is because the default property is set to blank and the code in MSSQLGateway.cfc has a condition that conflicts with it. Fix provided in a pull request.
Fixed