readding banned column

This commit is contained in:
defnotken
2025-09-05 14:29:37 -05:00
parent 176f0e7e56
commit 56bc277436
3 changed files with 10 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ public class Banned
[Key]
[MaxLength(100)]
public string CharacterIdentification { get; set; }
public string Reason { get; set; }
public string BannedUid { get; set; }
public string Reason { get; set; }
[Timestamp]
public byte[] Timestamp { get; set; }
}