Please enable JavaScript.
Coggle requires JavaScript to display documents.
DATABASE - Coggle Diagram
DATABASE
ENGINES
SQLite
MySQL
MariaDB
Postgre
Oracle
MS
SQL
CUSTOM
SQL
Control
Full
Schema
Makemigrations
AppName
-- Empty
File
Operations
Add
migrations
RunSQL
Arg
Code
Undo
MIGRATIONS
Create
Makemigrations
Build
.py
files
Change
Models
Rename
Require
Dependency
Run
Migrate
Apply
Database
Track
django_migrations
View
Code
sqlmigrate
AppName
Migration
No
Reverse
Migrate
AppName
Migration
No
Delete
Last
MySQL
Install
Community
Root
User
Password
Connect
Workbench
Create
DB
Cmd
Django
Install
mysqlclient
DATABASES
default
Setting
ENGINE
NAME
HOST
USER
PASSWORD
SCHEMA
Meta
Class
Model
Add
Attributes
db_table
indexes
DUMMY
Mockaroo