Sanierungsmaßnahmen können hinzugefügt werden
This commit is contained in:
@@ -363,6 +363,9 @@ namespace KanSan.Base.Migrations
|
||||
b.Property<decimal>("Anzahl")
|
||||
.HasColumnType("numeric");
|
||||
|
||||
b.Property<string>("Bemerkung")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<int?>("FahrzeugID")
|
||||
.HasColumnType("integer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user