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