I would like to create an attribute of type array but where I can save an array of objects example:
[ { id: 1, type: 'vulnerability', title: 'Vunerability 1', description: 'Descripcion de la vulnerabilidad 1', severity: 'high', status: 'open', date: '2023-04-08', url: 'https://www.google.com' }, { id: 2, type: 'vulnerability', title: 'Vunerability 2', description: 'Descripcion de la vulnerabilidad 2', severity: 'medium', status: 'open', date: '2023-04-08', url: 'https://www.google.com' } ]
Is this possible?
What you're describing is relationships. This should be coming in our next release. You can follow along here: https://github.com/appwrite/appwrite/issues/2735
Oh i see, thanks I hope it comes out soon
Recommended threads
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...