This commit is contained in:
2025-10-16 16:25:07 +02:00
parent 44a48f8ccd
commit 6f3c9a5fac

View File

@@ -541,11 +541,10 @@ namespace PyroFetes.Migrations
b.Property<int>("ProductCategoryId")
.HasColumnType("int");
b.Property<int>("References")
.HasColumnType("int");
b.Property<decimal>("SellingPrice")
.HasColumnType("decimal(18,2)");
b.Property<string>("Reference")
.IsRequired()
.HasMaxLength(20)
.HasColumnType("nvarchar(20)");
b.Property<decimal>("Weight")
.HasColumnType("decimal(18,2)");