This commit is contained in:
2025-08-27 23:35:50 +07:00
parent b957711c8b
commit 1455821fbc

View File

@ -151,21 +151,6 @@ export class EformRequest {
})
ga_signatures: String;
@Column({ type: "boolean", nullable: true })
is_gm_approved: boolean;
@Column({ type: "varchar", length: 100, nullable: true })
gm_approved_by: string;
@Column({
nullable: true,
length: 4096,
})
gm_signatures: String;
@Column({ nullable: true })
gm_approved_at: Date;
@Column()
@CreateDateColumn()
created_at: Date;