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({ @Column({
nullable: true, nullable: true,
type: 'float8', type: "float8",
default: 0 default: 0,
}) })
amount: Number; amount: Number;
@ -41,7 +41,7 @@ export class RemitPartnerFee {
@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 })