This commit is contained in:
fro1991
2025-09-09 23:07:35 +07:00
parent fae4162481
commit 2641dfa4a1

View File

@ -31,6 +31,12 @@ export class RemitConfigBank {
}) })
formerly: string; formerly: string;
@Column({
nullable: true,
length: 4096,
})
logo: string;
@Column({ @Column({
nullable: true, nullable: true,
length: 64, length: 64,
@ -41,7 +47,7 @@ export class RemitConfigBank {
@CreateDateColumn() @CreateDateColumn()
created_at: Date; created_at: Date;
@Column({ nullable: true, length: 256, }) @Column({ nullable: true, length: 256 })
created_by: string; created_by: string;
@Column({ nullable: true }) @Column({ nullable: true })