允许创建自定义字段的最佳方式
我在数据库中有一个默认表,我想允许我的用户创建他们自己的自定义字段。这样做的最佳方法是什么?大多数应用程序是否物理地编辑数据库结构?
I have a default table in the database and I would like to allow my user to create their own custom fields. What is the best way of doing this? Are most application out there physically editing the database structure?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个仅存储键值的自定义字段表。您可能不想编辑表结构。
Create a custom field table that simply stores key values. You probably don't want to be editing the table structure.