Here is the error I got
"Cannot add field Reason
in table appwrite
._9_database_1_collection_14
because after adding it, the row size is 8148 which is greater than maximum allowed size (8126 bytes) for a record on index leaf page."
TL;DR
Developers are unable to add a new attribute due to a size constraint error in the database table. The row size exceeds the maximum allowed limit. To resolve this, consider optimizing the existing attributes to reduce the row size below the maximum limit.