Skip to content

Instantly share code, notes, and snippets.

@kevinjqiu
Last active August 29, 2015 13:56
Show Gist options
  • Save kevinjqiu/9098366 to your computer and use it in GitHub Desktop.
Save kevinjqiu/9098366 to your computer and use it in GitHub Desktop.
+--+----------+---------------+-------+---------+
|id| source_id| destination_id| amount| currency|
+--+----------+---------------+-------+---------+
|t1| b1 | b2 | 780 | USD |
|t2| b3 | b4 | 9900 | CAD |
+--+----------+---------------+-------+---------+
+-------+-----------------+---------------------+
| id | status | transaction_id |
+-------+-----------------+---------------------+
| 1 | opened | t1 |
| 2 | unverified | t1 |
| 3 | processing | t1 |
| 4 | succeeded | t1 |
| 1 | opened | t2 |
| 1 | unverified | t2 |
+-------+-----------------+---------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment