Entities/WineCult: Add IsOrganic

This commit is contained in:
2026-09-22 15:16:55 +02:00
parent 3541f36831
commit f8cce56ecb
13 changed files with 54 additions and 33 deletions
+3
View File
@@ -11,6 +11,9 @@ namespace Elwig.Models.Entities {
[Column("name")]
public required string Name { get; set; }
[Column("organic")]
public bool IsOrganic { get; set; }
[Column("description")]
public string? Description { get; set; }