Migration

This commit is contained in:
Michał Zieliski
2024-07-03 19:21:25 +02:00
parent cadb5e50a5
commit 80e244a72e
5 changed files with 14 additions and 38 deletions

View File

@@ -43,17 +43,8 @@ public class Record
public double? Value31 { get; set; }
public double? Value32 { get; set; }
//Description fields
[StringLength(50)]
[StringLength(1000)]
public string? Desc1 { get; init; }
[StringLength(50)]
public string? Desc2 { get; init; }
[StringLength(50)]
public string? Desc3 { get; init; }
[StringLength(50)]
public string? Desc4 { get; init; }
[StringLength(50)]
public string? Desc5 { get; init; }
[StringLength(50)]
public DateTime CreatedAt { get; set; }
public DateTime ModifiedAt { get; set; }
public bool IsDeleted { get; init; }