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