We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently I guess is not possible to use an array as a type for a model property, right?
Would be nice to have something like that:
instance.model('Person', { person_id: { primary: true, type: 'uuid', required: true, // Creates an Exists Constraint in Enterprise mode }, age: 'number' // Simple schema definition of property : type interests: 'string[]' <<<<<<<<<<<--------- });
Thank you for your support!
The text was updated successfully, but these errors were encountered:
Hi
How are u?
I am facing the same issue.
And iterate the result looking for the relationship is heavy. and in my case the array relationship have other relations.
Any thoughts about how to solve it?
@adam-cowley, can u help us with?
What is the best approach to tackle it?
Tks
Sorry, something went wrong.
No branches or pull requests
Currently I guess is not possible to use an array as a type for a model property, right?
Would be nice to have something like that:
Thank you for your support!
The text was updated successfully, but these errors were encountered: