Database Table: django_admin_log

This table is one of four related tables:

  1. django_admin_log
  2. django_content_type
  3. django_migrations
  4. django_session

which are information tables defined by the Django web services framework. The interested reader is referred to the Django web framework documentation.

Keys:

  • id (Integer):

Columns:

  • action_time (Integer):
  • object_id (String):
  • object_repr (String(200)):
  • action_flag (Integer):
  • change_message (String):
  • content_type_id (Integer):
  • user_id (Integer):