using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace VOL.Core.Migrations { public partial class _20250520v1 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "DataSource", table: "S_HomeWorkStudents", type: "int", nullable: false, defaultValue: 0, comment: "数据来源"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "DataSource", table: "S_HomeWorkStudents"); } } }