up
This commit is contained in:
@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user