移除订单重量
parent
99efee83fc
commit
03d0c1d0d3
|
|
@ -23,7 +23,6 @@ class CreateOrdersTable extends Migration
|
|||
$table->unsignedBigInteger('shipping_fee')->default(0)->comment('运费');
|
||||
$table->unsignedBigInteger('products_total_amount')->comment('商品总额');
|
||||
$table->unsignedBigInteger('total_amount')->comment('订单总额(支付金额)=商品总额+运费-优惠券金额-会员优惠-减免金额');
|
||||
$table->unsignedInteger('weight')->default(0)->comment('订单重量');
|
||||
$table->string('note')->nullable()->comment('客户备注');
|
||||
$table->string('remark')->nullable()->comment('订单备注');
|
||||
// 支付信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue