Migration
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user