Hi,
I need your help for modeling a nested collection with cassanrda2.0 (UDT no,
no fozen)
My users table contains emails by type, each type of email contains multiple
emails.
Example:
Type: pro. emails: {[email protected], [email protected] ...}
Type: private. emails: {[email protected], [email protected]}
.....
The user table also contains addresses, address type with fields.
Example:
Type: Pro. address {Street= aaa, number = 123, apartment = bbb}
Type: Private. address {Street = bbb, number = 123, apartment = kkk }
I am looking for a solution to store all these columns in one table.
Thank you.