Skip to content

Instantly share code, notes, and snippets.

@dmastag
Created September 28, 2018 09:31
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 dmastag/f0e75834955e3c914eaa4aeffdacef82 to your computer and use it in GitHub Desktop.
Save dmastag/f0e75834955e3c914eaa4aeffdacef82 to your computer and use it in GitHub Desktop.
/// Untuk model1
{
"name": "model2",
"base": "PersistedModel",
"mssql": {
"schema": "dbo",
"table": "model1"
}
}
/// Untuk model2
{
"name": "model2",
"base": "PersistedModel",
"mssql": {
"schema": "dbo",
"table": "model2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment