decimal('value', 15, 3)->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('metric_points', function (Blueprint $table) { $table->decimal('value', 10, 3)->change(); }); } }