Hello,
I have a quick and easy question. I'm not sure if I'm just not understanding it right, but there seems to be a maximum length of how long a string can be in the database field. What if I want to store a very long string? Does this mean that if I have it set as an array as well, it only allows a maximum of data in the array?
I hope this makes sense, thank you! 🙂
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...