Skip to content

Instantly share code, notes, and snippets.

@DavidBruant
Last active July 9, 2016 16:57
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 DavidBruant/65a8f09989703b6d7f4873fd82e70993 to your computer and use it in GitHub Desktop.
Save DavidBruant/65a8f09989703b6d7f4873fd82e70993 to your computer and use it in GitHub Desktop.
postgres=# select * from territoires;
created_at | updated_at | id | name | description | user_id
-------------------------------+-------------------------------+--------------------------------------+----------------+---------------------+--------------------------------------
2016-07-06 11:35:33.315887+00 | 2016-07-06 11:35:33.315887+00 | 420d67eb-235b-4c0b-bf75-a7598df56b0b | cb | | a8d86ac9-89b1-4017-8760-4c61074b1f79
2016-07-06 15:40:11.201173+00 | 2016-07-06 15:40:11.201173+00 | 17b2e7f2-9a3a-4ced-9b5a-7c6fa8a7f857 | IC | IC and EE | c090d0aa-b71f-4332-b041-9985e0394a0e
2016-07-07 12:54:01.910133+00 | 2016-07-07 12:54:01.910133+00 | cea352d5-752e-4381-8de6-9b9543ab9a91 | Coeur de Forêt | | 3cf51bd6-d9dc-40a6-aabe-9ebbb8d46f3c
2016-07-08 10:15:35.118294+00 | 2016-07-08 10:15:35.118294+00 | a033691f-9bd4-482b-91f7-c9dd403c71d1 | IC and EE UK | IC and EE in the UK | c090d0aa-b71f-4332-b041-9985e0394a0e
2016-07-08 13:16:46.857173+00 | 2016-07-08 13:16:46.857173+00 | 00f63168-ec9c-4c7c-9f08-b87256145a8f | IC ONLY | IC Only | c090d0aa-b71f-4332-b041-9985e0394a0e
4-bfcf-de27f431d8ca0.931199+00 | 2016-07-09 08:01:00.931199+00 | d31e8304-39b6-4682-b086-ab14f9e10eb3 | DHENG | DHENG | d937c39c-cb42-4a0--More--
2016-07-09 08:10:44.557867+00 | 2016-07-09 08:10:44.557867+00 | af0fadb5-7d92-4234-8544-d7955902590b | DHEng2 | DHENG | 4b895f80-4f46-4edb-9085-31b127a0f91d
(7 rows)
postgres=# select * from users;
created_at | updated_at | id | name | emails | google_id | google_name | google_picture_url
-------------------------------+-------------------------------+--------------------------------------+---------------+-------------------------------+-----------------------+---------------+----------------------------------------------------------------------------------------------
2016-07-06 11:34:28.707448+00 | 2016-07-06 11:34:28.707448+00 | a8d86ac9-89b1-4017-8760-4c61074b1f79 | David Bruant | {bruant.d@gmail.com} | 111899830371820243722 | David Bruant | https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg
2016-07-06 15:38:19.359814+00 | 2016-07-06 15:38:19.359814+00 | c090d0aa-b71f-4332-b041-9985e0394a0e | Em Beirne | {meuhmer@gmail.com} | 116342047244521729203 | Em Beirne | https://lh5.googleusercontent.com/-FC4Q31a_MWw/AAAAAAAAAAI/AAAAAAAAABI/y-YWAi1elok/photo.jpg
2016-07-07 12:52:53.185857+00 | 2016-07-07 12:52:53.185857+00 | 3cf51bd6-d9dc-40a6-aabe-9ebbb8d46f3c | Pierre Metton | {pierre.metton@gmail.com} | 113267939498090395189 | Pierre Metton | https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg
2016-07-09 07:56:31.640824+00 | 2016-07-09 07:56:31.640824+00 | d937c39c-cb42-4a04-bfcf-de27f431d8ca | Amar Lakel | {amarlakel59@yahoo.fr} | 1AAAAAAAAAI/AAAAAAADLN8/XdVaPZssw_A/photo.jpg://lh3.googleusercontent.com/-A9SGT_NuJ14/A--More--
2016-07-09 08:09:57.978028+00 | 2016-07-09 08:09:57.978028+00 | 4b895f80-4f46-4edb-9085-31b127a0f91d | | {mywebintelligence@gmail.com} | 110734239256114452624 | | https://lh6.googleusercontent.com/-4bG-mTIIkTg/AAAAAAAAAAI/AAAAAAAAACA/R-URZ13Hl3w/photo.jpg
(5 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment