ÎļþÃû´Ó PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511025035_Update1.cs ÐÞ¸Ä |
| | |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | MaterialMode = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "åæåå·") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | CallMaterialStatus = table.Column<byte>(type: "tinyint unsigned", nullable: false, comment: "å«æç¶æ"), |
| | | CallMaterialStatus = table.Column<int>(type: "int", nullable: false, comment: "å«æç¶æ"), |
| | | Quantity = table.Column<int>(type: "int", nullable: false, comment: "嫿æ°é"), |
| | | WmsRetResult = table.Column<string>(type: "longtext", nullable: true, comment: "WMSè¿åç»æ") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | MaterialMode = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "åæåå·") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | CallMaterialStatus = table.Column<byte>(type: "tinyint unsigned", nullable: false, comment: "å«æç¶æ"), |
| | | CallMaterialStatus = table.Column<int>(type: "int", nullable: false, comment: "å«æç¶æ"), |
| | | Quantity = table.Column<int>(type: "int", nullable: false, comment: "嫿æ°é"), |
| | | WmsRetResult = table.Column<string>(type: "longtext", nullable: true, comment: "WMSè¿åç»æ") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | |
| | | Id = table.Column<Guid>(type: "char(36)", nullable: false, collation: "ascii_general_ci"), |
| | | TaskCode = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: false, comment: "ä»»å¡ç¼ç ") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | WorkPlanStatus = table.Column<byte>(type: "tinyint unsigned", nullable: false, comment: "计åç¶æ"), |
| | | CallMaterialStatus = table.Column<byte>(type: "tinyint unsigned", nullable: false, comment: "å«æç¶æ"), |
| | | WorkPlanStatus = table.Column<int>(type: "int", nullable: false, comment: "计åç¶æ"), |
| | | CallMaterialStatus = table.Column<int>(type: "int", nullable: false, comment: "å«æç¶æ"), |
| | | DataIdentifier = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "åææ è¯") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | MaterialMode = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "åæåå·") |