Djangoメモ:マイグレーション(migration)及びマイグレート(migrate)方法

1. マイグレーションのサンプルコード $ python3 manage.py makemigrations 2. マイグレートのサンプルコード $ python3 manage.py migrate