make stats table value field Bigint

This commit is contained in:
Damodar Lohani
2022-04-21 10:29:10 +00:00
parent a6c27a3876
commit 3cd953d2cf
+1 -1
View File
@@ -2425,7 +2425,7 @@ $collections = [
'$id' => 'value',
'type' => Database::VAR_INTEGER,
'format' => '',
'size' => 0,
'size' => 8,
'signed' => false,
'required' => true,
'default' => null,