Hello everyone, I need to increase the size value of a string from 255 to 355 in AppWrite cloud.
How to do this?
Thanks
TL;DR
Developers wants to increase the size value of a string from 255 to 355 in AppWrite cloud. Solution: To increase the size value of a string, update the data type in the database schema to the desired size (e.g., changing a column from VARCHAR(255) to VARCHAR(355)).