Standalone app - auto migrate
This commit is contained in:
@@ -8,11 +8,11 @@ namespace WebAPI.Models
|
||||
[Key]
|
||||
public Guid Id { get; set; }
|
||||
[Required]
|
||||
public string? Code { get; set; }
|
||||
public string? Code { get; set; } // number
|
||||
[Required]
|
||||
public float Value { get; set; }
|
||||
public float Value { get; set; } // string
|
||||
//Description fields
|
||||
public string? Desc1 { get; set; }
|
||||
public string? Desc1 { get; set; } // Desc1 => Value1
|
||||
public string? Desc2 { get; set; }
|
||||
public string? Desc3 { get; set; }
|
||||
public string? Desc4 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user