From 93106caef5c081942cc410d1a493ded42a8ebebf Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Tue, 3 Dec 2019 15:16:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migrations/m191112_014508_create_table_express_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/migrations/m191112_014508_create_table_express_template.php b/console/migrations/m191112_014508_create_table_express_template.php index 4396c90..787a65e 100755 --- a/console/migrations/m191112_014508_create_table_express_template.php +++ b/console/migrations/m191112_014508_create_table_express_template.php @@ -23,7 +23,7 @@ class m191112_014508_create_table_express_template extends Migration 'basic_price'=>$this->integer(20)->defaultValue(null)->comment('基本运费'), 'basic_amount'=>$this->integer(20)->defaultValue(null)->comment('基本数量'), 'extra_price'=>$this->integer(20)->defaultValue(null)->comment('续重运费'), - 'extra_amount'=>$this->integer(20)->defaultValue(null)->comment('续重运费'), + 'extra_amount'=>$this->integer(20)->defaultValue(null)->comment('续重数量'), 'updated_at'=>$this->integer(11)->defaultValue(null)->comment('更新时间'), 'created_at'=>$this->integer(11)->defaultValue(null)->comment('创建时间'), ],$tableOptions);