generated from liutk/owl-admin-base
Update
parent
68a9bbc5fd
commit
e51530cf0b
|
|
@ -22,7 +22,7 @@ return new class extends Migration
|
|||
$table->string('address')->nullable()->comment('详细地址');
|
||||
$table->string('lon')->comment('精度');
|
||||
$table->string('lat')->comment('纬度');
|
||||
$table->unsignedInteger('profit_ratio')->default(0)->comment('佣金比例(0-100)');
|
||||
$table->decimal('profit_ratio', 5, 2)->unsigned()->default(0)->comment('佣金比例(0-100)');
|
||||
$table->decimal('profit_money')->default(0)->comment('累计佣金');
|
||||
$table->string('business_status')->default(1)->comment('营业状态{1: 开业, 2: 关闭}');
|
||||
$table->timestamps();
|
||||
|
|
|
|||
Loading…
Reference in New Issue