From 9a83dbb67b223e94a946e1bf7db59336e7fb2f28 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 15 5月 2025 14:51:29 +0800 Subject: [PATCH] 22 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250515064954_Update1.cs | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511041027_Update1.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250515064954_Update1.cs similarity index 97% rename from PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511041027_Update1.cs rename to PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250515064954_Update1.cs index 34e010d..2c578b0 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511041027_Update1.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250515064954_Update1.cs @@ -176,7 +176,11 @@ .Annotation("MySql:CharSet", "utf8mb4"), EquipmentCode = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "璁惧浠g爜") .Annotation("MySql:CharSet", "utf8mb4"), - WorkpieceName = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "宸ヤ欢鍚嶇О") + ProdLineCode = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "浜х嚎缂栫爜") + .Annotation("MySql:CharSet", "utf8mb4"), + ShipNumber = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "鑸瑰彿") + .Annotation("MySql:CharSet", "utf8mb4"), + ProjectNumber = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "椤圭洰鍙�") .Annotation("MySql:CharSet", "utf8mb4"), ProcessName = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "宸ュ簭鍚嶇О") .Annotation("MySql:CharSet", "utf8mb4"), @@ -240,8 +244,7 @@ migrationBuilder.CreateIndex( name: "IX_scms_callmaterialorderrecords_DataIdentifier", table: "scms_callmaterialorderrecords", - column: "DataIdentifier", - unique: true); + column: "DataIdentifier"); migrationBuilder.CreateIndex( name: "IX_scms_callmaterialorders_DataIdentifier", -- Gitblit v1.9.3