เพิ่มโหลดวันที่จ่ายเงินผู้สมัคร
This commit is contained in:
parent
e8cb94c541
commit
1223720994
8 changed files with 3272 additions and 287 deletions
2867
Migrations/20230608021817_update table candidate add paymentdate.Designer.cs
generated
Normal file
2867
Migrations/20230608021817_update table candidate add paymentdate.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,30 @@
|
|||
using System;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace BMA.EHR.Recurit.Exam.Service.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class updatetablecandidateaddpaymentdate : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<DateTime>(
|
||||
name: "PaymentDate",
|
||||
table: "Candidates",
|
||||
type: "datetime(6)",
|
||||
nullable: true,
|
||||
comment: "วันที่ชำระเงิน");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "PaymentDate",
|
||||
table: "Candidates");
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue