Unable to migrate using ModelState and ProjectState using of migrations API in Django 3.0.3
问题 I am using ProjectState to migrate to a new attributes of a table. I am trying to understand the ModelState and ProjectState using of migrations API in Django 3.0.3. I am unable to migrate to the new state which has new fields. Can someone help me with the ProjectState and ModelState usage of what to apply for new model_definition migration to work? The following code does not migrate to DB but doesnt give any error. I want to migrate from a DB table state to another state and there are some