update
This commit is contained in:
@ -151,21 +151,6 @@ export class EformRequest {
|
|||||||
})
|
})
|
||||||
ga_signatures: String;
|
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()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user