Say you want store blog posts, normally in mySQL you would setup the DB column to be text
or longtext
type.
The limit is 4294967295
The number is from here https://github.com/utopia-php/database/blob/main/src/Database/Adapter/SQL.php#L151 Appwrite database is based on Utopia-PHP
aah nice spot, thanks
[SOLVED]Any limit on the size of String Attribute
Recommended threads
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...