startSetup(); $installer ->getConnection() ->modifyColumn('test_table', 'float', ['type' => 'float', 'default' => 25]); $installer->endSetup(); } }