El martes, 13 de noviembre de 2012 02:10:03 UTC-3, marco mansilla escribió: > > aren't you missing the db. before table? >
No, the way I define the table is not necessary
table_1 = db.define_table('table1',
Field('name'),
)
*table_1 *is equals to* db.table1*
Jose
--

