db.define_table('table1', Field('field1')) table1 will have 2 fields: field1 and id
if it is so then nothing strange, it is the way web2py's dal works it always adds the field 'id' as primary key
db.define_table('table1', Field('field1')) table1 will have 2 fields: field1 and id
if it is so then nothing strange, it is the way web2py's dal works it always adds the field 'id' as primary key