0% found this document useful (0 votes)
48 views2 pages

Resources: Updated - by Updated - at Description

The document describes several database tables that are related to each other including resources, resource_types, permissions, permission_types, users, roles, and a join table called users_roles. The tables store information about resources, the types of resources, permissions on resources, user accounts, user roles, and the many-to-many relationship between users and roles.

Uploaded by

Kariem Muhammed
Copyright
© © All Rights Reserved
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)
48 views2 pages

Resources: Updated - by Updated - at Description

The document describes several database tables that are related to each other including resources, resource_types, permissions, permission_types, users, roles, and a join table called users_roles. The tables store information about resources, the types of resources, permissions on resources, user accounts, user roles, and the many-to-many relationship between users and roles.

Uploaded by

Kariem Muhammed
Copyright
© © All Rights Reserved
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/ 2

resources

id varchar

updated_by varchar
permissions
updated_at timestamp
id varchar
description varchar
updated_by varchar
resource_type_id varchar
updated_at timestamp

permission_type_id varchar

resource_types resource_id varchar


permission_types
user_id varchar
id varchar
id varchar
updated_by varchar
updated_by varchar
updated_at timestamp
updated_at timestamp
users
description varchar
description varchar
id varchar

updated_by varchar

updated_at timestamp
users_roles full_user_name varchar

user_id varchar email varchar

role_id varchar team_name varchar

roles

id varchar

updated_by varchar

updated_at timestamp

description varchar
resources
1
id varchar

updated_by varchar
permissions
updated_at timestamp
id varchar
description varchar
updated_by varchar
*
resource_type_id varchar
updated_at timestamp
*
permission_type_id varchar

resource_types resource_id varchar


*
* permission_types
user_id varchar
id varchar
1 id varchar
1
updated_by varchar
updated_by varchar
updated_at timestamp
updated_at timestamp
users
description varchar
1 description varchar
id varchar
1

updated_by varchar

updated_at timestamp
users_roles full_user_name varchar

user_id varchar email varchar


*
*
role_id varchar team_name varchar

roles

id varchar
1

updated_by varchar

updated_at timestamp

description varchar

You might also like