upd
This commit is contained in:
@ -14,6 +14,24 @@ export class Diagnosis {
|
|||||||
})
|
})
|
||||||
diagnosis: string;
|
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({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
length: 128,
|
length: 128,
|
||||||
|
|||||||
Reference in New Issue
Block a user