using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace BMA.EHR.Infrastructure.Migrations { /// public partial class updatetablecronjobprobationaddissendnoti : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "IsSendNoti", table: "CronjobNotiProbations", type: "tinyint(1)", nullable: false, defaultValue: false, comment: "ส่งการแจ้งเตือนหรือยัง"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "IsSendNoti", table: "CronjobNotiProbations"); } } }