We could easily provide this alternative syntax:
db.define_table('person','name unique, address, married boolean, bio
wiki')
form = SQLFORM.factory('name unique, address, married boolean, bio
wiki')by taking it out of the wizard and moving into the DAL (sql.py). Is it a good idea?

