minor fix bank garansi pending

This commit is contained in:
meusinfirmary
2025-01-16 02:27:27 +07:00
parent 11fc9911e7
commit d2b90c7ad7

View File

@ -126,6 +126,10 @@ export class BankGaransi {
})
created_by: string;
@Column()
@CreateDateColumn()
approved_at: Date;
@Column({
nullable: true,
length: 256,