|
|
@@ -15,7 +15,7 @@ return new class extends Migration {
|
|
|
Schema::table('rebates', function (Blueprint $table) {
|
|
|
$table->decimal('profit', 10, 2)->default(0)->comment('当日输赢');
|
|
|
$table->decimal('huishui_percentage', 10, 2)->default(0)->comment('回水比例');
|
|
|
- $table->decimal('huishui_restriction', 10, 2)->default(0)->comment('回水限制值');
|
|
|
+ $table->decimal('huishui_restriction', 20, 2)->default(0)->comment('回水限制值');
|
|
|
});
|
|
|
|
|
|
//
|