Question
ORM Help
I am dumping obj = entityloadbypk('teams', 1) - http://i.imgur.com/B2Vp3qn.png
How would I remove a particular email address? If I try email = entityloadbypk('emails', 1), then obj.removeemail(email), I get an error that says "Column 'team' cannot be null".
What exactly should I pass to this argument?
