fix: change column
This commit is contained in:
parent
7bda0ab5d4
commit
5d203ef8b0
|
@ -13,7 +13,11 @@ export class COA extends BaseModel {
|
||||||
@Column('text')
|
@Column('text')
|
||||||
balanceType: balanceType;
|
balanceType: balanceType;
|
||||||
|
|
||||||
@Column()
|
@Column({
|
||||||
|
type: 'numeric',
|
||||||
|
precision: 20,
|
||||||
|
scale: 2,
|
||||||
|
})
|
||||||
amount: number;
|
amount: number;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user