using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace VOL.Core.Migrations { public partial class _20250222v1 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "Weight", table: "N_SportsTestCategory", type: "float", nullable: false, defaultValue: 0.0, comment: "权重"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "Weight", table: "N_SportsTestCategory"); } } }