update
This commit is contained in:
@ -68,7 +68,7 @@ export class EmrNursingAssesment {
|
|||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
registration: EmrRegistration;
|
registration: EmrRegistration;
|
||||||
|
|
||||||
@ManyToOne(() => FosterCareHistory, { onDelete: "CASCADE" })
|
@ManyToOne(() => FosterCareHistory, { onDelete: "CASCADE", nullable: true })
|
||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
foster_care_history: FosterCareHistory;
|
foster_care_history: FosterCareHistory;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user