check_if_table_exists 属性

check_if_table_exists 属性

创建前检查表名是否存在

定义:

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

也可以看看