mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 09:34:15 +01:00
add max limit for strings
This commit is contained in:
parent
9092c4206f
commit
077f6f3dc4
9 changed files with 454 additions and 7 deletions
|
|
@ -7,7 +7,9 @@ namespace MareSynchronosServer.Models
|
|||
{
|
||||
[Key]
|
||||
public ulong DiscordId { get; set; }
|
||||
[MaxLength(100)]
|
||||
public string HashedLodestoneId { get; set; }
|
||||
[MaxLength(100)]
|
||||
public string? LodestoneAuthString { get; set; }
|
||||
public User? User { get; set; }
|
||||
public DateTime? StartedAt { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue