Test Setup Failed
Push — master ( 34d6af...8e8e41 )
by Xu
37:40
created
src/user/migrations/m180223_102734Create_user_table.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
             'unconfirmed_email' => $this->string(150)->comment('Unconfirmed Email'),
31 31
             'unconfirmed_mobile' => $this->string(11)->comment('Unconfirmed Mobile'),
32 32
             'registration_ip' => $this->string()->comment('Registration Ip'),
33
-            'identified' => $this->boolean()->defaultValue(false)->comment('Identified'),//是否经过实名认证
34
-            'balance' => $this->decimal(12, 2)->defaultValue(0),//可提现余额
35
-            'transfer_balance' => $this->decimal(12, 2)->defaultValue(0),//未结算余额
33
+            'identified' => $this->boolean()->defaultValue(false)->comment('Identified'), //是否经过实名认证
34
+            'balance' => $this->decimal(12, 2)->defaultValue(0), //可提现余额
35
+            'transfer_balance' => $this->decimal(12, 2)->defaultValue(0), //未结算余额
36 36
             'flags' => $this->integer()->defaultValue(0)->comment('Flags'),
37 37
             'email_confirmed_at' => $this->unixTimestamp()->comment('Email Confirmed At'),
38 38
             'mobile_confirmed_at' => $this->unixTimestamp()->comment('Mobile Confirmed At'),
Please login to merge, or discard this patch.