forked from FoundKeyGang/FoundKey
Use bigint
This commit is contained in:
parent
24121cfadb
commit
6d45265763
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export class Instance {
|
||||||
/**
|
/**
|
||||||
* ドライブ使用量
|
* ドライブ使用量
|
||||||
*/
|
*/
|
||||||
@Column('integer', {
|
@Column('bigint', {
|
||||||
default: 0,
|
default: 0,
|
||||||
})
|
})
|
||||||
public driveUsage: number;
|
public driveUsage: number;
|
||||||
|
|
Loading…
Reference in a new issue