dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

relationship key #637

Open ggarret opened 9 years ago

ggarret commented 9 years ago

Hi, I would like to create a one tone Many relationship between the User and tables UserOauth but my keys are already defined in DB, it is named id and userid, I can not change them. On the wiki the key should be named user_id, do you have a workaround for this problem?

thank you