チャートの数値カラムの型を拡張

This commit is contained in:
syuilo 2019-04-16 17:52:09 +09:00
parent cb9a6ae774
commit e90ac5d6a4
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export default abstract class Chart<T extends Record<string, any>> {
flatColumns(v.properties, p);
} else {
columns[this.columnPrefix + p] = {
type: 'integer',
type: 'bigint',
};
}
}