- user id cast to string

- include all migrations in migration process
This commit is contained in:
Peter Papp
2021-03-22 10:43:37 +01:00
parent 4999b23474
commit 80f27d7448
2 changed files with 17 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ class User extends Authenticatable
];
protected $casts = [
'id' => 'string',
'email_verified_at' => 'datetime',
];