Consolidate tables before release

This commit is contained in:
nicolas.dorier
2020-06-25 15:43:45 +09:00
parent 69b423edc8
commit ae9fae1f7d
10 changed files with 218 additions and 1400 deletions

View File

@@ -14,9 +14,11 @@ namespace BTCPayServer.Data
public string Id { get; set; }
public DateTimeOffset Created { get; set; }
[MaxLength(50)]
[Required]
public string ApplicationUserId { get; set; }
public ApplicationUser ApplicationUser { get; set; }
[MaxLength(100)]
[Required]
public string NotificationType { get; set; }
public bool Seen { get; set; }
public byte[] Blob { get; set; }