feat: #10000 数据库迁移脚本修改

This commit is contained in:
赵世界 2022-08-08 13:32:42 +08:00
parent 0e4fe05336
commit 92e9f33663

View File

@ -53,7 +53,6 @@ class CreateBusinessOrdersTable extends Migration
$table->integer('supply_participate_no')->nullable();
$table->mediumInteger('theoretical_refund_amount')->nullable();
$table->string('transaction_id')->nullable();
$table->mediumInteger('updated_at')->nullable();
$table->integer('verification_status')->nullable();
$table->timestamps();
});