feat: #10000 数据库迁移脚本修改
This commit is contained in:
parent
0e4fe05336
commit
92e9f33663
@ -53,7 +53,6 @@ class CreateBusinessOrdersTable extends Migration
|
|||||||
$table->integer('supply_participate_no')->nullable();
|
$table->integer('supply_participate_no')->nullable();
|
||||||
$table->mediumInteger('theoretical_refund_amount')->nullable();
|
$table->mediumInteger('theoretical_refund_amount')->nullable();
|
||||||
$table->string('transaction_id')->nullable();
|
$table->string('transaction_id')->nullable();
|
||||||
$table->mediumInteger('updated_at')->nullable();
|
|
||||||
$table->integer('verification_status')->nullable();
|
$table->integer('verification_status')->nullable();
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user