Skip to content

Instantly share code, notes, and snippets.

@kevinjqiu
Created February 19, 2014 19:31
Show Gist options
  • Save kevinjqiu/9099772 to your computer and use it in GitHub Desktop.
Save kevinjqiu/9099772 to your computer and use it in GitHub Desktop.
class Transaction:
class History:
id
transaction_id
status
_history = relation(
History,
and_(History.transaction_id == Transaction.transaction_id))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment