ปรับปรุงหน้าจอ ประวัติการแก้ไข
This commit is contained in:
22
Migrations/20210911074335_AddHistoryField.cs
Normal file
22
Migrations/20210911074335_AddHistoryField.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace tb320eva.Migrations
|
||||
{
|
||||
public partial class AddHistoryField : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<int>(
|
||||
name: "history_group",
|
||||
table: "eva_create_evaluation_detail_history",
|
||||
nullable: true);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "history_group",
|
||||
table: "eva_create_evaluation_detail_history");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user