using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace VOL.Core.Migrations { public partial class _20250420v1 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "OrderNo", table: "S_Student", type: "int", nullable: true, comment: "排序"); migrationBuilder.AddColumn( name: "SchoolType", table: "S_School", type: "int", nullable: false, defaultValue: 0, comment: "学校类型"); } protected override void Down(MigrationBuilder migrationBuilder) { } } }