允许创建自定义字段的最佳方式

发布于 2024-11-19 16:16:43 字数 73 浏览 0 评论 0原文

我在数据库中有一个默认表,我想允许我的用户创建他们自己的自定义字段。这样做的最佳方法是什么?大多数应用程序是否物理地编辑数据库结构?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衾梦 2024-11-26 16:16:43

创建一个仅存储键值的自定义字段表。您可能不想编辑表结构。

Create a custom field table that simply stores key values. You probably don't want to be editing the table structure.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文