@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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...