First Initial
This commit is contained in:
49
Migrations/25630206154305_NewProcess2.cs
Normal file
49
Migrations/25630206154305_NewProcess2.cs
Normal file
@@ -0,0 +1,49 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace tb320eva.Migrations
|
||||
{
|
||||
public partial class NewProcess2 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<decimal>(
|
||||
name: "score2",
|
||||
table: "eva_evaluation_behavior",
|
||||
nullable: true);
|
||||
|
||||
migrationBuilder.AddColumn<decimal>(
|
||||
name: "sumary2",
|
||||
table: "eva_evaluation_behavior",
|
||||
nullable: true);
|
||||
|
||||
migrationBuilder.AddColumn<decimal>(
|
||||
name: "score2",
|
||||
table: "eva_evaluation_achievement",
|
||||
nullable: true);
|
||||
|
||||
migrationBuilder.AddColumn<decimal>(
|
||||
name: "sumary2",
|
||||
table: "eva_evaluation_achievement",
|
||||
nullable: true);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "score2",
|
||||
table: "eva_evaluation_behavior");
|
||||
|
||||
migrationBuilder.DropColumn(
|
||||
name: "sumary2",
|
||||
table: "eva_evaluation_behavior");
|
||||
|
||||
migrationBuilder.DropColumn(
|
||||
name: "score2",
|
||||
table: "eva_evaluation_achievement");
|
||||
|
||||
migrationBuilder.DropColumn(
|
||||
name: "sumary2",
|
||||
table: "eva_evaluation_achievement");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user