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,