This commit is contained in:
wayanrivan
2026-03-30 10:04:17 +07:00
parent b00bd08565
commit d7c5ed5830

View File

@ -49,7 +49,7 @@ export class PatientGuarantor {
@JoinColumn({ name: "patient_group_id" })
patient_group!: PatientGroup;
@ManyToOne(() => FareType, { nullable: false })
@ManyToOne(() => FareType, { nullable: true })
@JoinColumn()
faretype!: FareType;