using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace VOL.Core.Migrations { public partial class init025 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "WrongResults", table: "N_SportsTestValue", type: "float", nullable: false, defaultValue: 0.0, comment: "错误成绩"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "WrongResults", table: "N_SportsTestValue"); } } }