修复BUG
This commit is contained in:
@@ -35,7 +35,8 @@ return new class extends Migration
|
||||
$table->string('pay_remark', 255)->default('')->comment('付款备注(线下收款信息)');
|
||||
$table->integer('paid_operator_id')->default(0)->comment('收款操作人(后台系统用户ID)');
|
||||
$table->integer('operator_id')->default(0)->comment('生成人(后台系统用户ID)');
|
||||
$table->string('remark', 255)->nullable()->default('')->comment('备注');
|
||||
$table->string('remark', 255)->nullable()->default('')->comment('备注(生成账单时按门店填写)');
|
||||
$table->string('after_sale', 255)->nullable()->default('')->comment('售后说明(生成账单时按门店填写)');
|
||||
$table->timestamps();
|
||||
$table->unique(['purchase_id', 'store_id'], 'bill_purchase_store_unique');
|
||||
$table->index(['store_id', 'bill_date'], 'bill_store_date_index');
|
||||
|
||||
Reference in New Issue
Block a user