Made an update on database and added CreatingDeliveryNotee

This commit is contained in:
Cristiano
2025-11-13 17:28:08 +01:00
parent ae834d1e3c
commit 2385b7b687
10 changed files with 81 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ namespace PyroFetes.Migrations
b.Property<DateOnly>("ExpeditionDate")
.HasColumnType("date");
b.Property<DateOnly>("RealDeliveryDate")
b.Property<DateOnly?>("RealDeliveryDate")
.HasColumnType("date");
b.Property<string>("TrackingNumber")