正在显示
3 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -66,6 +66,7 @@ class UserList(Base): | @@ -66,6 +66,7 @@ class UserList(Base): | ||
| 66 | fbid = Column(String(20), index=True) | 66 | fbid = Column(String(20), index=True) |
| 67 | status = Column(Integer, default=0, nullable=False, index=True) | 67 | status = Column(Integer, default=0, nullable=False, index=True) |
| 68 | proxy = Column(String(256)) | 68 | proxy = Column(String(256)) |
| 69 | + test = Column(String(256)) | ||
| 69 | 70 | ||
| 70 | def __repr__(self): | 71 | def __repr__(self): |
| 71 | return "User(id={}, email={}, password={}, cookie={}, fbid={}, status={})" \ | 72 | return "User(id={}, email={}, password={}, cookie={}, fbid={}, status={})" \ |
-
请 注册 或 登录 后发表评论