update_empty_string_as_null属性

update_empty_string_as_null属性

如果为 TRUE,则值为“”时将插入 Null;

定义:

@property
def update_empty_string_as_null(self):
    ...
@update_empty_string_as_null.setter
def update_empty_string_as_null(self, value):
    ...

也可以看看