Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. usuarios
  2. nome - string
  3. email - string
  4. senha - string
  5.  
  6. papeis
  7. nome - string
  8.  
  9. membros
  10. usuario_id - integer
  11. papel_id - integer
  12.  
  13. membro_grupo
  14. membro_id - integer
  15. group_id - integer
  16. aceito - boolean
  17.  
  18. grupos
  19. nome - string
  20. descricao - string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement