This file contains hidden or 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
| associations: [ | |
| { | |
| type: "belongsTo", | |
| model: "MyApp.model.web", | |
| foreignKey: "web_uid", | |
| primaryKey: "uid" | |
| }, | |
| { | |
| type: "hasMany", | |
| model: "MyApp.model.member_broker_searches", |
This file contains hidden or 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
| /************************************************************************************** | |
| FILE | |
| getAssociations.sql | |
| DESCRIPTION | |
| Transact SQL (MS) sql snippet to genreate a list of the | |
| relationships and their types to a given table object |