mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
チャートの数値カラムの型を拡張
This commit is contained in:
parent
59f758f207
commit
0b4d7de915
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