That worked, thank you!
On Jul 29, 9:25 am, Richard G <[email protected]> wrote: > Sorry, the id type declaration should be in quotes: > > db.define_table('test', > Field('test_id', 'id'), > Field('name'), > migrate=False, fake_migrate=True)
That worked, thank you!
On Jul 29, 9:25 am, Richard G <[email protected]> wrote: > Sorry, the id type declaration should be in quotes: > > db.define_table('test', > Field('test_id', 'id'), > Field('name'), > migrate=False, fake_migrate=True)