Skip to content

Instantly share code, notes, and snippets.

@AmitDJagtap
Created November 2, 2019 08:33
Show Gist options
  • Save AmitDJagtap/69f0da1fc5b8189066a4b5de8483e0cc to your computer and use it in GitHub Desktop.
Save AmitDJagtap/69f0da1fc5b8189066a4b5de8483e0cc to your computer and use it in GitHub Desktop.
Modeling One-to-Few - Embedding
{
name: 'Kate Monster',
ssn: '123-456-7890',
contacts: [
{number : "+1990112112", type : Mobile, title: 'my home1' },
{number : "+230112112", type : LandLine, title: 'my office' }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment