I've been thinking about how dynamic inputs are stored in a database for a while. Let me explain:
I have a database with an extructure like the following:
Now then. If you had in the form that records this data, inputs generated by the client, which can create 1, 2, 5 or 10 extra fields. How do I store them in my database? Do I put them in an array? I can not think how it can be done