addColumn('{{%project}}', 'total_budget', $this->float()); } public function down() { $this->dropColumn('{{%project}}', 'total_budget'); } }