Database EAV Pros/Cons and Alternatives

前端 未结 4 1290
生来不讨喜
生来不讨喜 2020-11-29 04:42

I have been looking for a database solution to allow user defined fields and values (allowing an unlimited number). At first glance, EAV seemed like the right fit, but afte

4条回答
  •  青春惊慌失措
    2020-11-29 05:19

    Is there an alternative database method to allow user defined attributes/fields and values?

    One alternative is to change the database schema based on user input: for example when the user wants a new field, then add a corresponding column to the database.

提交回复
热议问题