文件名从 HIAWms/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250506054001_InitialCreate7.cs 修改 |
| | |
| | | |
| | | namespace CMS.Plugin.HIAWms.MySQL.Migrations |
| | | { |
| | | public partial class InitialCreate7 : Migration |
| | | public partial class InitialCreate6 : Migration |
| | | { |
| | | protected override void Up(MigrationBuilder migrationBuilder) |
| | | { |
| | |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | ContainerNo = table.Column<string>(type: "varchar(50)", maxLength: 50, nullable: false, comment: "鎵樼洏缂栧彿") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | Sort = table.Column<int>(type: "int", nullable: false), |
| | | IsDisabled = table.Column<bool>(type: "tinyint(1)", nullable: true), |
| | | Id = table.Column<Guid>(type: "char(36)", nullable: false, collation: "ascii_general_ci"), |
| | | ExtraProperties = table.Column<string>(type: "longtext", nullable: true) |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | ToPlace = table.Column<string>(type: "varchar(50)", maxLength: 50, nullable: true, comment: "鐩爣搴撲綅") |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | Sort = table.Column<int>(type: "int", nullable: false, comment: "鎺掑簭"), |
| | | IsDisabled = table.Column<bool>(type: "tinyint(1)", nullable: true, comment: "鏄惁绂佺敤"), |
| | | ExtraProperties = table.Column<string>(type: "longtext", nullable: true) |
| | | .Annotation("MySql:CharSet", "utf8mb4"), |
| | | ConcurrencyStamp = table.Column<string>(type: "varchar(40)", maxLength: 40, nullable: true) |
| | |
| | | }, |
| | | comment: "鍑哄叆搴撹褰曡〃") |
| | | .Annotation("MySql:CharSet", "utf8mb4"); |
| | | |
| | | migrationBuilder.CreateIndex( |
| | | name: "IX_scms_wmsmaterialstocks_MaterialNo", |
| | | table: "scms_wmsmaterialstocks", |
| | | column: "MaterialNo"); |
| | | |
| | | migrationBuilder.CreateIndex( |
| | | name: "IX_scms_wmscontainerplaces_ContainerNo", |
| | |
| | | |
| | | migrationBuilder.DropTable( |
| | | name: "scms_wmsinoutstockrecords"); |
| | | |
| | | migrationBuilder.DropIndex( |
| | | name: "IX_scms_wmsmaterialstocks_MaterialNo", |
| | | table: "scms_wmsmaterialstocks"); |
| | | } |
| | | } |
| | | } |