Database Table: auth_group_permissions¶
This table is one of six related tables:
- auth_group
- auth_group_permissions
- auth_permission
- auth_user
- auth_user_groups
- auth_user_user_permissions
which are user authentication tables defined by the Django web services framework. The interested reader is referred to the Django User Authentication documentation.
Keys:¶
- id (Integer):
Columns:¶
- group_id (Integer):
- permission_id (Integer):