aerich
aerich copied to clipboard
null=True not works!!!
It seems that the property of the field that it can be null (null=True) does not work...
Could you give a detail description?
created table A --> created table B --> created a new migration to insert rows into table B --> added to A a ForeignKeyField('models.A'). And after that null=True stopped working in the fields of table A. Thanks.