From e90ac5d6a4d24ded77ab5608392e5b17b39b01a2 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 16 Apr 2019 17:52:09 +0900
Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=83=A3=E3=83=BC=E3=83=88=E3=81=AE?=
 =?UTF-8?q?=E6=95=B0=E5=80=A4=E3=82=AB=E3=83=A9=E3=83=A0=E3=81=AE=E5=9E=8B?=
 =?UTF-8?q?=E3=82=92=E6=8B=A1=E5=BC=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/services/chart/core.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/services/chart/core.ts b/src/services/chart/core.ts
index 0a9ec8dae0..fe762f2b24 100644
--- a/src/services/chart/core.ts
+++ b/src/services/chart/core.ts
@@ -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',
 					};
 				}
 			}