updated the migration error size attribute

This commit is contained in:
ArnabChatterjee20k
2025-08-29 18:19:29 +05:30
parent 7f59872673
commit f68d49c4d6
+1 -1
View File
@@ -2345,7 +2345,7 @@ return [
'$id' => ID::custom('errors'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 65535,
'size' => 131070,
'signed' => true,
'required' => true,
'default' => null,