@@ -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();
});
}