Dear Sir,

throught studing, I have some questions but there are no exaples.
How can I define the database in  

db.define_table('person',
    Field('name'),
    Field('phone'),  # ---> [‘000-000-1234’,'001-001-1245', ‘three’, 
‘banana’]
    Field('email'),  # ---> {‘office’: 'y...@gmail.com', 
‘home’:'n...@yahoo.com'}
 )

if postgresql used.

Reply via email to