decimal('price')->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('payments', function (Blueprint $table) { $table->string('price')->change()->nullable(); }); } };