El lun, 13-12-2010 a las 02:19 -0800, mdipierro escribió:
> You can only rename it, for example 'mykey'
>
> db.define_table('person',Field('mykey','id'),...)
>
ok, i will try to make the functionality in another way :)
Thanks Massimo :)
>
>
> On Dec 13, 4:11 am, demetrio <[email protected]> wrote:
> > Hi everyone,
> >
> > i've searched if there is any way to create a table without an id
> > field. I've tryed with: param "primarykey = None" but this doesn't
> > works.
> >
> > There is any way to do it?
> >
> > Thanks