In the database generated by AppWorks, in which table ate stored the users ?
There is a USERSTATE table, but it only stores information about the user photo and the last seen event.
Where are the other user info like name, address, email, etc... ?
I need to know this so I can create a relation in JPA (@JoinColumn) for the users.