Open phoenix-error opened 4 weeks ago
I want to use Schema['users'] and now I would like to have the Data with the Id. Do I have to define a property id: Schema['users']['Id'] in the User Model and can then use Data or do I have to use Schema['users']['Doc'].
Which is the intended way?
I want to use Schema['users'] and now I would like to have the Data with the Id. Do I have to define a property id: Schema['users']['Id'] in the User Model and can then use Data or do I have to use Schema['users']['Doc'].
Which is the intended way?