Add Notes to Users (#1406)
* Fix migration Add Notes * Migration to add mediumtext field * Model update * Admin blade update * Hide notes by default * Fix fields layout
This commit is contained in:
@@ -88,6 +88,7 @@ class User extends Authenticatable
|
||||
'toc_accepted',
|
||||
'opt_in',
|
||||
'last_ip',
|
||||
'notes',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
];
|
||||
@@ -104,6 +105,7 @@ class User extends Authenticatable
|
||||
'password',
|
||||
'last_ip',
|
||||
'remember_token',
|
||||
'notes',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user