Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created April 15, 2015 00:01
Show Gist options
  • Select an option

  • Save omgjlk/19e9d631ca4d9832a8c1 to your computer and use it in GitHub Desktop.

Select an option

Save omgjlk/19e9d631ca4d9832a8c1 to your computer and use it in GitHub Desktop.
mysql> select * from image_locations where image_id = '38c354f2-0e72-437e-b8ee-186e1ee158c6';
+-----+--------------------------------------+----------------------------------------------------------------------------------------+---------------------+---------------------+---------------------+---------+-----------+---------+
| id | image_id | value | created_at | updated_at | deleted_at | deleted | meta_data | status |
+-----+--------------------------------------+----------------------------------------------------------------------------------------+---------------------+---------------------+---------------------+---------+-----------+---------+
| 414 | 38c354f2-0e72-437e-b8ee-186e1ee158c6 | https://cloud-images.ubuntu.com/trusty/20150313/trusty-server-cloudimg-amd64-disk1.img | 2015-04-14 23:40:34 | 2015-04-14 23:40:35 | 2015-04-14 23:40:35 | 1 | {} | deleted |
| 417 | 38c354f2-0e72-437e-b8ee-186e1ee158c6 | https://cloud-images.ubuntu.com/trusty/20150313/trusty-server-cloudimg-amd64-disk1.img | 2015-04-14 23:40:35 | 2015-04-14 23:40:35 | NULL | 0 | {} | active |
+-----+--------------------------------------+----------------------------------------------------------------------------------------+---------------------+---------------------+---------------------+---------+-----------+---------+
2 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment