php - How to design database fields in dynamic forms?
黄舟
黄舟 2017-06-14 10:49:49
0
2
954

I have a client who needs to do an annual review every year. The add page for the annual review is dynamic. Clicking an add button will add an annual review for one year. How do I design the fields in the database? Thanks

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(2)
洪涛

If the added attributes do not require conditional query, they can be encapsulated into JSON or other formats and saved in BLOB or TEXT.

世界只因有你

You can consider making one record every year, so that the fields in the database do not need to be adjusted.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!