Skip to content

Instantly share code, notes, and snippets.

@kevinjqiu
Created February 19, 2014 17:03
Show Gist options
  • Save kevinjqiu/9096423 to your computer and use it in GitHub Desktop.
Save kevinjqiu/9096423 to your computer and use it in GitHub Desktop.
INSERT INTO transaction VALUES(...);
INSERT INTO transaction_history
(id, transaction_id, status)
VALUES (1, 't1', 'opened');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment