1

I am trying to build a dynamic forms app like wufoo. Creating new table for each form is definitely not a good approach. Form fields can be boolean, enum, varchar or text.

Should I make separate table for each datatype and manage them via one parent table? or is there any better approach than this?

2
  • I'm sorry, but what is Wuforms? could you give more information? If you describe a litle your system specification, I believe we can help. Commented Feb 22, 2011 at 18:07
  • Sorry, it was wufoo not wuforms. I have made the update. Please check wufoo.com Commented Jun 19, 2011 at 13:19

1 Answer 1

1

NoSQL databases are an alternative to relational databases management systems. Typically they allow you to store a collection of key-value pairs. This approach might be very appropriate for your requirements.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.