mahao
1 year ago
5 changed files with 12710 additions and 0 deletions
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -0,0 +1,63 @@ |
|||||
|
using Microsoft.EntityFrameworkCore.Migrations; |
||||
|
|
||||
|
namespace Win.Sfs.SettleAccount.Migrations |
||||
|
{ |
||||
|
public partial class _202307101 : Migration |
||||
|
{ |
||||
|
protected override void Up(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.RenameColumn( |
||||
|
name: "EndDate", |
||||
|
table: "Set_PriceList", |
||||
|
newName: "EndTime"); |
||||
|
|
||||
|
migrationBuilder.RenameColumn( |
||||
|
name: "BeginDate", |
||||
|
table: "Set_PriceList", |
||||
|
newName: "BeginTime"); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "BusinessType", |
||||
|
table: "Set_PriceList", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "ClientCode", |
||||
|
table: "Set_PriceList", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "LU", |
||||
|
table: "Set_PriceList", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
} |
||||
|
|
||||
|
protected override void Down(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "BusinessType", |
||||
|
table: "Set_PriceList"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "ClientCode", |
||||
|
table: "Set_PriceList"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "LU", |
||||
|
table: "Set_PriceList"); |
||||
|
|
||||
|
migrationBuilder.RenameColumn( |
||||
|
name: "EndTime", |
||||
|
table: "Set_PriceList", |
||||
|
newName: "EndDate"); |
||||
|
|
||||
|
migrationBuilder.RenameColumn( |
||||
|
name: "BeginTime", |
||||
|
table: "Set_PriceList", |
||||
|
newName: "BeginDate"); |
||||
|
} |
||||
|
} |
||||
|
} |
File diff suppressed because it is too large
Loading…
Reference in new issue