- Migrator column helpers no longer lose their declared
defaultvalues on Adobe ColdFusion. A parameter declared as<type> default(e.g.string default = "newid()") is parsed by Adobe as a parameter namedstring, silently discarding thedefaultname and its declared value — sot.uniqueidentifier()emitted DDL with noDEFAULTclause andt.float()lost itsdefault=""/allowNull=trueoutlier defaults. The type keyword has been dropped from everydefaultparameter declaration inMigration.cfc,TableDefinition.cfc,Abstract.cfc, the MySQL/SQLite migrators andDatabaseMigratorAdapterInterface.cfc(#3302)