Guest User

Untitled

a guest
Apr 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. class Twitter(ThirdPartyTimeline):    
  2.     id = Column(ForeignKey(ThirdPartyTimeline.id), primary_key=True)
  3.     status = Column(UnicodeText)
  4.     twitter_id = Column(BigInteger)
Add Comment
Please, Sign In to add comment