From 487663f8922ee3fe1cef4002d59cfd1a878a26fa Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 10 Sep 2025 07:30:22 +0000 Subject: [PATCH] fixed attribute --- app/config/collections/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections/common.php b/app/config/collections/common.php index 2dd9a763e1..a291f7b19d 100644 --- a/app/config/collections/common.php +++ b/app/config/collections/common.php @@ -1115,7 +1115,7 @@ return [ '$id' => ID::custom('expire'), 'type' => Database::VAR_DATETIME, 'size' => 0, - 'required' => true, + 'required' => false, 'format' => '', 'signed' => false, 'default' => null,