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

This commit is contained in:
syuilo 2019-04-16 17:52:09 +09:00
parent 59f758f207
commit 0b4d7de915

View file

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