Added property for where item originated from to ProductListingInfo.

This commit is contained in:
2021-07-24 02:35:44 -05:00
parent 21cd712667
commit 3a079206b0
4 changed files with 10 additions and 1 deletions

View File

@@ -186,6 +186,9 @@ namespace Props.Data.Migrations
b.Property<DateTime>("LastUpdated")
.HasColumnType("TEXT");
b.Property<string>("OriginName")
.HasColumnType("TEXT");
b.Property<string>("ProductName")
.HasColumnType("TEXT");