On Thu, Jun 30, 2011 at 7:00 PM, Anthony <[email protected]> wrote: > > > I don't think web2py automatically creates any indexes -- see > http://web2py.com/book/default/chapter/06#Indexes. > >
It has to! Can't have primary keys without them. But I see what you mean, looking at the docs. I guess I will just use that approach to create a multi-column unique index.... but at this point I was really hoping to avoid raw SQL. Nick

