Q. What type of file is used to define Django database migrations?
β
Correct Answer: (A)
.py
Explanation: Migration files are Python files generated by makemigrations.