how to specify the nullable column in django code example Example: make column nullable django field = models.DateField(null=True)