Fix WineAttr by adding ?
This commit is contained in:
@ -11,7 +11,7 @@ namespace Elwig.Models {
|
|||||||
public string Name { get; set; }
|
public string Name { get; set; }
|
||||||
|
|
||||||
[Column("max_kg_per_ha")]
|
[Column("max_kg_per_ha")]
|
||||||
public int MaxKgPerHa { get; set; }
|
public int? MaxKgPerHa { get; set; }
|
||||||
|
|
||||||
[Column("active")]
|
[Column("active")]
|
||||||
public bool IsActive { get; set; }
|
public bool IsActive { get; set; }
|
||||||
|
Reference in New Issue
Block a user