From 75a1c7017435307bd078c838fd100c0171ef31b7 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 23 Aug 2021 23:38:39 +0300 Subject: [PATCH] Update app/config/collections2.php Co-authored-by: kodumbeats --- app/config/collections2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index 67c7cf9bc4..aecfd4a400 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -189,7 +189,7 @@ $collections = [ [ '$id' => 'array', 'type' => Database::VAR_BOOLEAN, - 'size' => 64, + 'size' => 0, 'signed' => true, 'required' => false, 'default' => null,