Migrations aufgefäumt
DateOnly hinzugefügt zur Model.
This commit is contained in:
@@ -122,8 +122,8 @@ namespace DaSaSo.EntityFramework.Migrations
|
||||
b.Property<bool>("ClosedEnd")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<DateTime>("Date")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
b.Property<DateOnly>("Date")
|
||||
.HasColumnType("date");
|
||||
|
||||
b.Property<int?>("ImpregnationId")
|
||||
.HasColumnType("integer");
|
||||
|
||||
Reference in New Issue
Block a user