チャートの数値カラムの型を拡張
This commit is contained in:
parent
cb9a6ae774
commit
e90ac5d6a4
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue