ทmark alet insignia
This commit is contained in:
parent
b7027ebe55
commit
9692af553b
9 changed files with 16687 additions and 241 deletions
16372
BMA.EHR.Infrastructure/Migrations/20230927050934_update table insignianoteprofile add alert.Designer.cs
generated
Normal file
16372
BMA.EHR.Infrastructure/Migrations/20230927050934_update table insignianoteprofile add alert.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,30 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace BMA.EHR.Infrastructure.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class updatetableinsignianoteprofileaddalert : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<string>(
|
||||
name: "MarkALert",
|
||||
table: "InsigniaRequestProfiles",
|
||||
type: "longtext",
|
||||
nullable: true,
|
||||
comment: "มาร์คแจ้งเตือนความผิด")
|
||||
.Annotation("MySql:CharSet", "utf8mb4");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "MarkALert",
|
||||
table: "InsigniaRequestProfiles");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6004,6 +6004,10 @@ namespace BMA.EHR.Infrastructure.Migrations
|
|||
.HasColumnOrder(102)
|
||||
.HasComment("แก้ไขข้อมูลล่าสุดเมื่อ");
|
||||
|
||||
b.Property<string>("MarkALert")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("มาร์คแจ้งเตือนความผิด");
|
||||
|
||||
b.Property<string>("MatchingConditions")
|
||||
.HasColumnType("text")
|
||||
.HasComment("รายละเอียดเครื่องราชฯที่ขอ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue