0% found this document useful (0 votes)
61 views1 page

Mer Auth v3

This document contains an entity relationship diagram describing tables for managing user authentication. The tables include users, groups, permissions, events and user-group mappings, with fields for identifiers, names, descriptions and other authentication and authorization related attributes. Relationships show users can belong to multiple groups, groups can have multiple permissions for tables and records, and events are logged with user and origin details.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views1 page

Mer Auth v3

This document contains an entity relationship diagram describing tables for managing user authentication. The tables include users, groups, permissions, events and user-group mappings, with fields for identifiers, names, descriptions and other authentication and authorization related attributes. Relationships show users can belong to multiple groups, groups can have multiple permissions for tables and records, and events are logged with user and origin details.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Tabelas Auth

auth_adesao
auth_usuarios id INT(11)
1 1 ∞
id INT(11) user_id INT(11) auth_grupos
∞ 1
username VARCHAR(51) group_id INT(11) id INT(11)
first_name VARCHAR(128) role VARCHAR(512)
last_name VARCHAR(128) description LONGTEXT
email VARCHAR(128)
password VARCHAR(256) auth_permissoes
registration_key VARCHAR(128) id INT(11)

reset_password_key VARCHAR(512) group_id INT(11)
name VARCHAR(512)
table_name VARCHAR(512)
auth_eventos record_id INT(11)
id INT(11)
time_stamp DATETIME
client_ip VARCHAR(512)

user_id INT(11)
origin VARCHAR(512)
description LONGTEXT

You might also like