YD_SmartSports.Api/VOL.Core/Migrations/20250304024206_20250304v1.cs

28 lines
733 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 _20250304v1 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "CategoryValue",
table: "XW_TestingProject",
type: "int",
nullable: false,
defaultValue: 0,
comment: "枚举");
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "CategoryValue",
table: "XW_TestingProject");
}
}
}