@Akash Srinivasan What do you mean?
If you mean something like a json string, then the only way is adding it as text
But I think it could be better adding it as multiple attributes
oh ok
like for my client i would need to add these things into DB in the form of an input from employee so thought if there is a way to have an atrribute with objects
I think in such case just treat columns as attributes
Behind the scenes Appwrite database is SQL (like an excel sheet)
Recommended threads
- GOT 500 error when going to the appwrite...
I gott 500 internal error screen and my API is timeout. please help to take a look. Traceback (most recent call last): File "D:\conda\envs\wrista\Lib\site-pa...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...
- Does appwrite supports increasing the va...
I am building a chat application where user message needs to increased on every row creation. For this is there any increament feature?