refactor: improve migrations and update User fields

This commit is contained in:
2025-10-20 21:38:31 +02:00
parent 6811fb43e5
commit f9902c2ed1
14 changed files with 202 additions and 165 deletions

View File

@@ -19,7 +19,11 @@ class User extends Authenticatable
*/
protected $fillable = [
'name',
'first_name',
'last_name',
'phone',
'email',
'role',
'password',
];