mh_jy_safe/APT.Data.Migrations/Migrations/20260115012758_wyw2026011501.cs
2026-01-15 14:35:14 +08:00

25 lines
703 B
C#

using Microsoft.EntityFrameworkCore.Migrations;
namespace APT.Data.Migrations.Migrations
{
public partial class wyw2026011501 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<string>(
name: "FILENAME",
table: "T_SE_COURSEWEARLIBRARY",
type: "nvarchar(200)",
maxLength: 200,
nullable: true);
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "FILENAME",
table: "T_SE_COURSEWEARLIBRARY");
}
}
}