migration
This commit is contained in:
@@ -518,6 +518,9 @@ namespace Webshop.Infrastructure.Migrations
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<string>("Configuration")
|
||||
.HasColumnType("jsonb");
|
||||
|
||||
b.Property<string>("Description")
|
||||
.HasMaxLength(500)
|
||||
.HasColumnType("character varying(500)");
|
||||
@@ -530,10 +533,8 @@ namespace Webshop.Infrastructure.Migrations
|
||||
.HasMaxLength(100)
|
||||
.HasColumnType("character varying(100)");
|
||||
|
||||
b.Property<string>("PaymentGatewayType")
|
||||
.IsRequired()
|
||||
.HasMaxLength(50)
|
||||
.HasColumnType("character varying(50)");
|
||||
b.Property<int>("PaymentGatewayType")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<decimal?>("ProcessingFee")
|
||||
.HasPrecision(18, 2)
|
||||
|
||||
Reference in New Issue
Block a user