using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb { /// public partial class update_table_disciplineresult_add_remark2 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Remark", table: "DisciplineDisciplinary_ProfileComplaintInvestigates", type: "text", nullable: true, comment: "ฐานความผิดรายบุคคลหมายเหตุ", oldClrType: typeof(string), oldType: "longtext", oldNullable: true, oldComment: "ฐานความผิดรายบุคคลหมายเหตุ") .Annotation("MySql:CharSet", "utf8mb4") .OldAnnotation("MySql:CharSet", "utf8mb4"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Remark", table: "DisciplineDisciplinary_ProfileComplaintInvestigates", type: "longtext", nullable: true, comment: "ฐานความผิดรายบุคคลหมายเหตุ", oldClrType: typeof(string), oldType: "text", oldNullable: true, oldComment: "ฐานความผิดรายบุคคลหมายเหตุ") .Annotation("MySql:CharSet", "utf8mb4") .OldAnnotation("MySql:CharSet", "utf8mb4"); } } }