ปรับปรุงรายงานกรอบวงเงิน
This commit is contained in:
23
Migrations/25640302050315_FixMissingColumn.cs
Normal file
23
Migrations/25640302050315_FixMissingColumn.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace tb320eva.Migrations
|
||||
{
|
||||
public partial class FixMissingColumn : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<DateTime>(
|
||||
name: "salary_adjustment_date",
|
||||
table: "eva_limit_frame_plan",
|
||||
nullable: true);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "salary_adjustment_date",
|
||||
table: "eva_limit_frame_plan");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user