やりたいこと 前提
データベースの構成変更を行いたいです
既存のDB em1
変えたいDB em2
DBはmysqlを使用
試したこと
model.pyの em1をけし em2を記述
python manage.py makemigration
python manage.py migrate
結果
DBのテーブルは auth_OO django_OOという謎のものが10個+em1でしたが
上記コマンド実行後はauth_OO django_OOという謎のものが10個のみ em1は消えたもののem2は追加されてません 私の知識ではmodel変更>makemigration>migrateで完了するはずです
エラー
python manage.py migrate Operations to perform: Apply all migrations: admin, auth, contenttypes, tester, sessions Running migrations: No migrations to apply. Your models in app(s): 'tester' have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
manage.pymigrateについて調べましたが出てきませんなんでしょうか?これ
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。