something like
db.define_table('name',*{Field(name) for name in ....])On Mar 14, 11:24 am, Jose <[email protected]> wrote: > Thanks Massimo. > > In my case the table "meta" corresponds to "locations. " > > What I posted works fine, but the question I have is how to create > fields using a loop. Perhaps a method add_field. > > Best regards > Jose

