using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace VOL.Core.Migrations { public partial class _20250303v1 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "Times", table: "XW_TrainStudents", type: "int", nullable: false, defaultValue: 0); migrationBuilder.AddColumn( name: "VideoRecord", table: "XW_TrainStudents", type: "nvarchar(max)", nullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "Times", table: "XW_TrainStudents"); migrationBuilder.DropColumn( name: "VideoRecord", table: "XW_TrainStudents"); } } }