YD_SmartSports.Api/VOL.Core/Migrations/20250514070409_20250514v4.cs

28 lines
719 B
C#
Raw Normal View History

2025-06-06 16:55:14 +08:00
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace VOL.Core.Migrations
{
public partial class _20250514v4 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "GradeId",
table: "N_AreaStandards");
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "GradeId",
table: "N_AreaStandards",
type: "int",
nullable: false,
defaultValue: 0,
comment: "年级Id");
}
}
}