9 changed files with 16544 additions and 14 deletions
-
3src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataAppService.cs
-
16src/Shentun.Peis.Application/DiagnosisFunctions/DiagnosisFunctionAppService.cs
-
29src/Shentun.Peis.Application/DirectorManagements/DirectorManagementAppService.cs
-
1src/Shentun.Peis.Domain/PatientRegisters/PatientRegister.cs
-
16457src/Shentun.Peis.EntityFrameworkCore/Migrations/20251210035959_update_patient_register_update_report_receive_length.Designer.cs
-
39src/Shentun.Peis.EntityFrameworkCore/Migrations/20251210035959_update_patient_register_update_report_receive_length.cs
-
7src/Shentun.Peis.EntityFrameworkCore/Migrations/PeisDbContextModelSnapshot.cs
16457
src/Shentun.Peis.EntityFrameworkCore/Migrations/20251210035959_update_patient_register_update_report_receive_length.Designer.cs
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,39 @@ |
|||||
|
using Microsoft.EntityFrameworkCore.Migrations; |
||||
|
|
||||
|
#nullable disable |
||||
|
|
||||
|
namespace Shentun.Peis.Migrations |
||||
|
{ |
||||
|
public partial class update_patient_register_update_report_receive_length : Migration |
||||
|
{ |
||||
|
protected override void Up(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.AlterColumn<string>( |
||||
|
name: "report_receive_name", |
||||
|
table: "patient_register", |
||||
|
type: "character varying(30)", |
||||
|
maxLength: 30, |
||||
|
nullable: true, |
||||
|
comment: "报告领取人", |
||||
|
oldClrType: typeof(string), |
||||
|
oldType: "text", |
||||
|
oldNullable: true, |
||||
|
oldComment: "报告领取人"); |
||||
|
} |
||||
|
|
||||
|
protected override void Down(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.AlterColumn<string>( |
||||
|
name: "report_receive_name", |
||||
|
table: "patient_register", |
||||
|
type: "text", |
||||
|
nullable: true, |
||||
|
comment: "报告领取人", |
||||
|
oldClrType: typeof(string), |
||||
|
oldType: "character varying(30)", |
||||
|
oldMaxLength: 30, |
||||
|
oldNullable: true, |
||||
|
oldComment: "报告领取人"); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue