Replies: 1 comment
-
Any luck on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I have a scenario where one of my table columns contains multiple ENUMS
For Example: [
{ userId: 1, hobbies: [chess, sing, cook] },
{ userId: 2, hobbies: [chess, sing, cook] },
{ userId: 3, hobbies: [chess] },
{ userId: 4, hobbies: [sing] },
As of now I get the results like:
** I want the table which contains a sub-table as**
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions