makemigrations: 모델의 변경사항을 추적하여 기록, migrations 폴더에 저장 (ex.migrations/0001_initial.py)
migrate: 데이터 베이스의 모델 변경 사항을 실제로 반영
(git에서의 commit/push와 유사하다.)