Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 639 Bytes

File metadata and controls

1 lines (1 loc) · 639 Bytes
  • Migrator column helpers no longer lose their declared default values on Adobe ColdFusion. A parameter declared as <type> default (e.g. string default = "newid()") is parsed by Adobe as a parameter named string, silently discarding the default name and its declared value — so t.uniqueidentifier() emitted DDL with no DEFAULT clause and t.float() lost its default="" / allowNull=true outlier defaults. The type keyword has been dropped from every default parameter declaration in Migration.cfc, TableDefinition.cfc, Abstract.cfc, the MySQL/SQLite migrators and DatabaseMigratorAdapterInterface.cfc (#3302)