decimal('const', 13, 2)->change(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('projects', function (Blueprint $table) { // $table->decimal('const', 10, 2)->change(); }); } };