Database Table: auth_permission

This table is one of six related tables:

  1. auth_group
  2. auth_group_permissions
  3. auth_permission
  4. auth_user
  5. auth_user_groups
  6. 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:

  • name (String(255)):
  • content_type_id (Integer):
  • codename (String(100)):