seven 2 dienas atpakaļ
vecāks
revīzija
7fc0ac94b2

+ 1 - 1
database/migrations/2025_12_14_112145_increase_huishui_restriction_precision.php

@@ -14,7 +14,7 @@ return new class extends Migration
     public function up()
     {
         //
-        Schema::table('bot_rebates', function (Blueprint $table) {
+        Schema::table('rebates', function (Blueprint $table) {
             $table->decimal('huishui_restriction', 20, 2)->default(0)->change();
         });
     }