mahao
1 year ago
6 changed files with 4053 additions and 13 deletions
File diff suppressed because it is too large
@ -0,0 +1,29 @@ |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
namespace Win.Sfs.SettleAccount.Migrations |
|||
{ |
|||
public partial class _202307142 : Migration |
|||
{ |
|||
protected override void Up(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.AlterColumn<bool>( |
|||
name: "State", |
|||
table: "Set_control", |
|||
type: "bit", |
|||
nullable: false, |
|||
oldClrType: typeof(int), |
|||
oldType: "int"); |
|||
} |
|||
|
|||
protected override void Down(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.AlterColumn<int>( |
|||
name: "State", |
|||
table: "Set_control", |
|||
type: "int", |
|||
nullable: false, |
|||
oldClrType: typeof(bool), |
|||
oldType: "bit"); |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue