Skip to content

Instantly share code, notes, and snippets.

@jault3
Last active August 29, 2015 14:04
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 jault3/6c0f61e91fb7aa02421f to your computer and use it in GitHub Desktop.
Save jault3/6c0f61e91fb7aa02421f to your computer and use it in GitHub Desktop.
Messages Schema
{
"name":"messages",
"schema":{
"msgContent":"string",
"toPhone":"string",
"fromPhone":"string",
"timestamp":"string",
"isPhi":"boolean",
"fileId":"string",
"conversationsId":"string"
},
"phi":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment