From 3cd953d2cf0301f36ea446871e8ad08221f8f55e Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 21 Apr 2022 10:29:10 +0000 Subject: [PATCH] make stats table value field Bigint --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 3e3de4c7bd..e01b4d36b1 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2425,7 +2425,7 @@ $collections = [ '$id' => 'value', 'type' => Database::VAR_INTEGER, 'format' => '', - 'size' => 0, + 'size' => 8, 'signed' => false, 'required' => true, 'default' => null,