This commit is contained in:
2025-07-01 02:11:34 +07:00
parent 734e8bd0f7
commit 14281d0922

View File

@ -32,8 +32,8 @@ export class RemitPartnerFee {
@Column({
nullable: true,
type: 'float8',
default: 0
type: "float8",
default: 0,
})
amount: Number;
@ -41,7 +41,7 @@ export class RemitPartnerFee {
@CreateDateColumn()
created_at: Date;
@Column({ nullable: true, length: 256, })
@Column({ nullable: true, length: 256 })
created_by: string;
@Column({ nullable: true })