Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created March 30, 2015 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andymckay/0fa29a01e4552c2f4086 to your computer and use it in GitHub Desktop.
Save andymckay/0fa29a01e4552c2f4086 to your computer and use it in GitHub Desktop.
mysql> select * from transaction order by id desc limit 1;
+----+---------------------+---------------------+--------+----------+----------+----------+------------+--------+-------------+------+-------------+---------+--------------------------------------+-------------------+-------+---------+---------+--------+---------+-----------+-----------------+
| id | created | modified | amount | buyer_id | currency | provider | related_id | status | source | type | uid_support | uid_pay | uuid | seller_product_id | notes | counter | carrier | region | pay_url | seller_id | status_reason |
+----+---------------------+---------------------+--------+----------+----------+----------+------------+--------+-------------+------+-------------+---------+--------------------------------------+-------------------+-------+---------+---------+--------+---------+-----------+-----------------+
| 47 | 2015-03-30 05:13:32 | 2015-03-30 05:13:32 | NULL | NULL | | NULL | NULL | 7 | marketplace | 0 | NULL | NULL | ca8db3bb-0078-4bfe-b92e-a220498f8844 | NULL | NULL | 0 | NULL | NULL | NULL | NULL | NO_VALID_SELLER |
+----+---------------------+---------------------+--------+----------+----------+----------+------------+--------+-------------+------+-------------+---------+--------------------------------------+-------------------+-------+---------+---------+--------+---------+-----------+-----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment