using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace VOL.Core.Migrations { public partial class init075 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "AppletPwd", table: "S_Teacher", type: "nvarchar(100)", nullable: true, comment: "小程序密码"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "AppletPwd", table: "S_Teacher"); } } }