shipping method weight
This commit is contained in:
@@ -855,9 +855,15 @@ namespace Webshop.Infrastructure.Migrations
|
||||
b.Property<int>("MaxDeliveryDays")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<decimal>("MaxWeight")
|
||||
.HasColumnType("numeric");
|
||||
|
||||
b.Property<int>("MinDeliveryDays")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<decimal>("MinWeight")
|
||||
.HasColumnType("numeric");
|
||||
|
||||
b.Property<decimal?>("MinimumOrderAmount")
|
||||
.HasPrecision(18, 2)
|
||||
.HasColumnType("numeric(18,2)");
|
||||
|
||||
Reference in New Issue
Block a user