This commit is contained in:
2025-07-02 22:41:50 +07:00
parent 5daec72f2a
commit ab6f635304

View File

@ -60,7 +60,7 @@ export class RemitPartnerUser {
@CreateDateColumn()
created_at: Date;
@Column({ nullable: true, length: 256, })
@Column({ nullable: true, length: 256 })
created_by: string;
@Column({ nullable: true })