Advertisement
rattlesneak

Untitled

Jan 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. DUT\Models\User:
  2. type: entity
  3. table: User
  4.  
  5. id:
  6. username:
  7. type: string
  8.  
  9. fields:
  10. name:
  11. type: string
  12. column: name
  13. nullable: false
  14. lastName:
  15. type: string
  16. column: lastName
  17. nullable: false
  18. password:
  19. type: string
  20. column: password
  21. nullable: false
  22. mail:
  23. type: string
  24. column: mail
  25. nullable: false
  26. privileges:
  27. type: string
  28. column: privileges
  29. nullable: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement