I'm going to create a table which has a couple tables set up as key/
value tables such as:

Questions table
- question_id
- question

Answers table
- question_id
- user_id
- answer

Is there a way to set this up for web2py that would take advantage of
its features?

Of course, I was thinking since I don't have to deal with altering
tables anyway, perhaps I would just skip this and create each question
as a column anyway.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to