|
@@ -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.