Guest User

Untitled

a guest
Jul 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. UserAccountID (FK)
  2. UserProfileID (PK)
  3. DOB Date
  4. Gender (the id of another table wich lists the possible gender)
  5. Hobby varchar(200)
  6. SmallBio varchar(200)
  7. Interests varchar(200)
  8.  
  9. [ProfileFieldNameTable]
  10.  
  11. ProfileFieldID int (PK)
  12. Name varchar
  13.  
  14. [ProfileFieldTalbe]
  15. ProfileFieldID int (PK)
  16. UserProfileID FK FK
  17. FieldContent varchar
Add Comment
Please, Sign In to add comment