django_content_type

Description

Table Definition
CREATE TABLE `django_content_type` (
  `id` int NOT NULL AUTO_INCREMENT,
  `app_label` varchar(100) NOT NULL,
  `model` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=[Redacted by tbls] DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci

Columns

NameTypeDefaultNullableExtra DefinitionChildrenParentsComment
idintfalseauto_incrementauth_permission django_admin_log
app_labelvarchar(100)false
modelvarchar(100)false

Constraints

NameTypeDefinition
django_content_type_app_label_model_76bd3d3b_uniqUNIQUEUNIQUE KEY django_content_type_app_label_model_76bd3d3b_uniq (app_label, model)
PRIMARYPRIMARY KEYPRIMARY KEY (id)

Indexes

NameDefinition
PRIMARYPRIMARY KEY (id) USING BTREE
django_content_type_app_label_model_76bd3d3b_uniqUNIQUE KEY django_content_type_app_label_model_76bd3d3b_uniq (app_label, model) USING BTREE

Relations

er


Generated by tbls