Use bigint

This commit is contained in:
syuilo
2019-04-29 17:38:31 +09:00
parent 24121cfadb
commit 6d45265763

View File

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