[web2py] Associative Table
When creating a simple associative table between two (or more) other tables, is there a way to tell web2py not to create the ID field? thanks, tom.
[web2py] Re: Associative Table
On Feb 15, 8:14 pm, pbreit wrote: > I don't believe so. Is there any reason you need to avoid that column? You > should be able to disregard it fairly easily. Simply that it's not necessary to express a many-to-many relationship. It's not a big deal. Thanks for the feedback!