forked from SoDOff-Project/sodoff
set `Id
in
User
` to have a max length
This commit is contained in:
parent
d180d724c7
commit
745e38dfc2
@ -3,6 +3,7 @@
|
||||
namespace sodoff.Model;
|
||||
public class User {
|
||||
[Key]
|
||||
[MaxLength(255)]
|
||||
public Guid Id { get; set; }
|
||||
|
||||
[Required]
|
||||
|
Loading…
x
Reference in New Issue
Block a user