-
Notifications
You must be signed in to change notification settings - Fork 1
Data Model for User Service 5: User Profile
ishumatil edited this page Feb 15, 2019
·
3 revisions
- userName (String)
- firstName (String)
- lastName (String)
- emailId (String)
- password (String)
- interests (List of String)
- attemptedQuestion (List of Strings)
- postedQuestion (List of Strings)
- age (Int)
- gender (String)
- collegeName (String)
- course (String)
- disciple (String)
- company (String)