try!

Richard

On Mon, Feb 28, 2011 at 11:23 AM, surfnet3 <surfn...@gmail.com> wrote:
> The following codes are not working in v1.92.1 but worked in some
> previous versions:
>
> db.define_table(
>    'Products',
>    Field('name')
>    )
>
> db.define_table(
>    'purchases',
>    Field('product_id', db.Products)
>    )
>
> It would work fine if the table name changed to 'products' instead.

Reply via email to