Last active
January 10, 2018 21:39
-
-
Save puffin/c20c3ab2bb4ace182db979f57cfa4240 to your computer and use it in GitHub Desktop.
Neo4J Data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
userSid | conversationSid | role | |
---|---|---|---|
1 | 1 | admin | |
1 | 2 | member | |
2 | 1 | member | |
2 | 2 | admin | |
3 | 3 | admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sid | title | objective | date_created | |
---|---|---|---|---|
1 | Drone 32B | 2017-06-21T13:03:32Z | ||
2 | Camera | Find a cool camera | 2017-09-21T13:03:32Z | |
3 | Finance 2017 | 2017-12-21T13:03:32Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sid | name | description | date_created | |
---|---|---|---|---|
1 | Finance | 2017-06-21T13:03:32Z | ||
2 | Drone | 2017-09-21T13:03:32Z | ||
3 | Marketing | 2017-12-21T13:03:32Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sid | first_name | last_name | date_created | |
---|---|---|---|---|
1 | David | Michon | 2017-06-21T13:03:32Z | |
2 | Nick | Grey | 2017-09-21T13:03:32Z | |
3 | Icaro | Cardoso | 2017-12-21T13:03:32Z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment