From 8d262ffbbb4918b4f3bba1155bb781c1e80a693d Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 23 Aug 2021 23:39:15 +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 aecfd4a400..91f5f35cbe 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -313,7 +313,7 @@ $collections = [ '$id' => 'orders', 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 255, + 'size' => 4, 'signed' => true, 'required' => false, 'default' => null,