Created
September 28, 2018 09:31
-
-
Save dmastag/f0e75834955e3c914eaa4aeffdacef82 to your computer and use it in GitHub Desktop.
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
/// 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