A. Manually update the database schema file
B. Automatically generate and apply migration files
C. Use raw SQL queries to update the database
D. Migrations are not supported in Django
Correct Answer is :
B. Automatically generate and apply migration files