This commit is contained in:
Narul Hidayah
2026-06-05 02:56:53 +09:00
parent 4fbc48b41b
commit 092b0d3a41

View File

@ -14,6 +14,24 @@ export class Diagnosis {
})
diagnosis: string;
@Column({
nullable: true,
length: 256,
})
diagnosis_ind: string | null;
@Column({
nullable: true,
length: 256,
})
diagnosis_pt: string | null;
@Column({
nullable: true,
length: 256,
})
diagnosis_tet: string | null;
@Column({
nullable: false,
length: 128,