Yeah that was just a typo when I wrote it in gmail, I did not copy/paste it from my code. It is db.auth_user in my code.
-Thadeus On Fri, Oct 23, 2009 at 8:30 AM, DenesL <[email protected]> wrote: > > Hi Thadeus, > > On Oct 23, 2:08 am, Thadeus Burgess <[email protected]> wrote: > > I might just be doing something wrong, but I think there is something > with > > the MySQL DAL... > > > > Nothing with this define_table will pass... listed below are the errors. > > > > db.define_table("test_table", > > Field('id_user', auth.user), > > Field('name'), > > Field('email', length=300), > > Field('about', 'text'), > > Field('count', 'integer'), > > ) > > ... > Field('id_user', db.auth_user), > ... > > Denes > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

