修改 字段类型
This commit is contained in:
parent
fa6e58371a
commit
6cef648898
@ -120,7 +120,7 @@ class User extends Authenticatable
|
|||||||
'email_verified_at' => 'datetime',
|
'email_verified_at' => 'datetime',
|
||||||
'balance' => 'decimal:2',
|
'balance' => 'decimal:2',
|
||||||
'banned_at' => 'datetime',
|
'banned_at' => 'datetime',
|
||||||
'birthday_at' => 'datetime',
|
'birthday_at' => 'date',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected static function boot()
|
protected static function boot()
|
||||||
|
Loading…
Reference in New Issue
Block a user