mahao
1 year ago
9 changed files with 4088 additions and 4 deletions
File diff suppressed because it is too large
@ -0,0 +1,53 @@ |
|||||
|
using Microsoft.EntityFrameworkCore.Migrations; |
||||
|
|
||||
|
namespace Win.Sfs.SettleAccount.Migrations |
||||
|
{ |
||||
|
public partial class _202307141 : Migration |
||||
|
{ |
||||
|
protected override void Up(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Site", |
||||
|
table: "Set_HBPO_SA", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Site", |
||||
|
table: "Set_HBPO_CAN_SA", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Site", |
||||
|
table: "Set_BBAC_SA", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Site", |
||||
|
table: "Set_BBAC_CAN_SA", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
} |
||||
|
|
||||
|
protected override void Down(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Site", |
||||
|
table: "Set_HBPO_SA"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Site", |
||||
|
table: "Set_HBPO_CAN_SA"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Site", |
||||
|
table: "Set_BBAC_SA"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Site", |
||||
|
table: "Set_BBAC_CAN_SA"); |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue