|
...
|
...
|
@@ -66,6 +66,7 @@ class UserList(Base): |
|
|
|
fbid = Column(String(20), index=True)
|
|
|
|
status = Column(Integer, default=0, nullable=False, index=True)
|
|
|
|
proxy = Column(String(256))
|
|
|
|
test = Column(String(256))
|
|
|
|
|
|
|
|
def __repr__(self):
|
|
|
|
return "User(id={}, email={}, password={}, cookie={}, fbid={}, status={})" \
|
...
|
...
|
|