upd
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user