Skip to content

Instantly share code, notes, and snippets.

@zsan
Last active August 29, 2015 14:15
Show Gist options
  • Save zsan/b13400440d396509692e to your computer and use it in GitHub Desktop.
Save zsan/b13400440d396509692e to your computer and use it in GitHub Desktop.
#day 1
#table ads
+---------------+----------------+------------------------
| original price| latest price | url | edited
+---------------+----------------|---------------------
| 45000.00 | | http://www.g | 0
+---------------+----------------+-------------------------
#day 3, price changes
#table ads
+---------------+----------------+------------------------
| original price| latest price | url | edited
+---------------+---- -----------|---------------------
| 45000.00 | 420000 | http://www.g | 1
+---------------+----------------+-------------------------
# day 3, add new data to table edits
# table edits
+----------+----------------+
| price |url |
+----------+----+-----------|
| 42000.00 |http://www.g |
+----------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment