decimal('price', ['11', '2'])->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('products', function (Blueprint $table) { $table->integer('price')->change(); }); } };