Created
March 10, 2021 16:49
-
-
Save ShopifyEng/27fb4ea8326b7e0a112bbced1a960aba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"payload": { | |
"op": "c", | |
"ts_ms": 1465491411815, | |
"before": null, | |
"after": { | |
"id": 1, | |
"first_name": "Peyton", | |
"last_name": "Manning", | |
"address1": "18 Willow St", | |
"updated_at": "1465491411000" | |
}, | |
"source": { | |
"version": "1.4.0.Final", | |
"connector": "mysql", | |
"name": "mysql-server-1", | |
"ts_ms": 0, | |
"snapshot": false, | |
"db": "shopify", | |
"table": "addresses", | |
"server_id": 0, | |
"gtid": null, | |
"file": "mysql-bin.000003", | |
"pos": 154, | |
"row": 0, | |
"thread": 7, | |
"query": "INSERT INTO addresses (first_name, last_name, address1) VALUES ('Peyton', 'Manning', '18 Willow St')" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment