디장고 코드잇 (1) 썸네일형 리스트형 [Error] Django makemigrations : DB new column 추가 후 반영 Django에서 최초에 makemigrations을 한 후, 새 컬럼을 추가하고 다시 makemigrations을 시도하면서 생긴 에러이다. ❓Error Message >> python manage.py makemigrations You are trying to add a non-nullable field 'name_eng' to menu without a default; we can't do that (the database needs something to populate existing rows). Please select a fix: 1) Provide a one-off default now (will be set on all existing rows with a null value for thi.. 이전 1 다음