db.define_table('persons',
Field('name'),
Field('email'))
db.define_table('invitations',
Field('from',db.persons),
Field('to',db.persons))
--
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/OOFjQug73q0/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.