> > Are you using auth.signature in any table? > if you have Auth, the auth tables will not be lazy (I think) because it > needs to be defined on auth.define_tables() >
Maybe we could add a "lazy_tables" option to auth.define_tables() and move the field attributes inside the Field() calls and switch to the "reference [field name]" method of defining references. Anthony --

