Skip to content

Instantly share code, notes, and snippets.

@Jigarsolanki
Created December 9, 2012 06:34
Show Gist options
  • Save Jigarsolanki/4243614 to your computer and use it in GitHub Desktop.
Save Jigarsolanki/4243614 to your computer and use it in GitHub Desktop.
mysql> select * from Users;
+-----------+----------+----------+--------------+----+---------------------+---------------------+
| firstName | lastName | password | numberOfPets | id | createdAt | updatedAt |
+-----------+----------+----------+--------------+----+---------------------+---------------------+
| foo | bar | asdfasdf | 0 | 1 | 2012-12-09 01:30:15 | 2012-12-09 01:30:15 |
+-----------+----------+----------+--------------+----+---------------------+---------------------+
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