ÎļþÃû´Ó PipeLineLems/server/src/CMS.Plugin.PipeLineLems.MySQL/Migrations/20250511041027_Update1.cs ÐÞ¸Ä |
| | |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | EquipmentCode = table.Column<string>(type: "varchar(256)", maxLength: 256, nullable: true, comment: "设å¤ä»£ç ") |
| | | .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"), |
| | |
| | | migrationBuilder.CreateIndex( |
| | | name: "IX_scms_callmaterialorderrecords_DataIdentifier", |
| | | table: "scms_callmaterialorderrecords", |
| | | column: "DataIdentifier", |
| | | unique: true); |
| | | column: "DataIdentifier"); |
| | | |
| | | migrationBuilder.CreateIndex( |
| | | name: "IX_scms_callmaterialorders_DataIdentifier", |