alterColumn('Gasto', 'cantidad', $this->decimal(10,2)); } public function safeDown() { $this->alterColumn('Gasto', 'cantidad', $this->integer()); } }