Skip to content
Snippets Groups Projects
Unverified Commit e90ac5d6 authored by syuilo's avatar syuilo
Browse files

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

parent cb9a6ae7
No related branches found
No related tags found
No related merge requests found
......@@ -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',
};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment