Also, from book.http://web2py.com/book/default/chapter/06#Dependencies

*Table* represents a database table. You do not directly instantiate Table;
instead,DAL.define_table instantiates it.


1.


db.define_table('mytable', Field
<http://web2py.com/book/default/docstring/Field>('myfield')

Reply via email to