Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into development
This commit is contained in:
commit
5367541079
|
@ -10,7 +10,11 @@ export class Transactions extends BaseModel {
|
||||||
@Column()
|
@Column()
|
||||||
amount: number;
|
amount: number;
|
||||||
|
|
||||||
@Column()
|
@Column({
|
||||||
|
type: 'numeric',
|
||||||
|
precision: 20,
|
||||||
|
scale: 2,
|
||||||
|
})
|
||||||
balance_remaining: number;
|
balance_remaining: number;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user