Use bigint

This commit is contained in:
syuilo 2019-04-29 17:38:31 +09:00
parent 24121cfadb
commit 6d45265763
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export class Instance {
/** /**
* 使 * 使
*/ */
@Column('integer', { @Column('bigint', {
default: 0, default: 0,
}) })
public driveUsage: number; public driveUsage: number;