Database Table: django_migrations

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:

  • app (String(255)):
  • name (String(255)):
  • applied (Integer):