__table_args__ = {"useexisting": True}这是什么,是用来起什么作用的
useexisting 如果为True,表示这个表必须被其他应用定义过,将忽略结构定义,默认False.
这里没有其他应用,可以删除这行。