Database
This commit is contained in:
@@ -14,8 +14,8 @@ namespace KTUSAPS.Data.Model
|
||||
public int Id { get; set; }
|
||||
[MaxLength(64)]
|
||||
public string UserID { get; set; }
|
||||
[MaxLength(320)]
|
||||
public string Email { get; set; }
|
||||
public bool Anonimous { get; set; }
|
||||
public bool Publishable { get; set; }
|
||||
public bool Solved { get; set; } = false;
|
||||
public DateTime Created { get; set; }
|
||||
|
Reference in New Issue
Block a user