Norman Enmanuel
Posts: 0
Joined: Thu Sep 18, 2014 4:47 pm

How can i make more than 1 list per user?

I have to make 2 or more list by user _id, how can i do that?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How can i make more than 1 list per user?

Hello Norman,

Could you please specify your question with more details? Please provide us more information about these 2 lists.

Norman Enmanuel
Posts: 0
Joined: Thu Sep 18, 2014 4:47 pm

How can i make more than 1 list per user?

Yes sure,

I have users and each user should have 1, 2, 3... or more lists.

For example

  1. userA should have lists like:

    beverages
    fruits
    sodas

  2. userB should have lists similar or different:

    beverages
    fruits
    sodas
    soaps
    beers
    cereals
    tortillas

    this is just an example fictitious

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How can i make more than 1 list per user?

Norman,

You may at add a column of type Array in your table UsersDB
http://devcenter.appery.io/documentat...
and keep a desired list in it.

Norman Enmanuel
Posts: 0
Joined: Thu Sep 18, 2014 4:47 pm

How can i make more than 1 list per user?

Thanks i'll do some things with this.

Return to “Issues”