Create a table in web2py, migrate=False create table in db, no autincrement..
thats it. regards Martin On Mon, Dec 13, 2010 at 11: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

