boolean('devoluciones_habilitadas')->default(false); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('grupos_de_compra', function (Blueprint $table) { $table->dropColumn('devoluciones_habilitadas'); }); } }