mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
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->mediumInteger('theoretical_refund_amount')->nullable();
|
||||
$table->string('transaction_id')->nullable();
|
||||
$table->mediumInteger('updated_at')->nullable();
|
||||
$table->integer('verification_status')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user