MySQL:我可以共享枚举吗?
我有 3 个类似的表,它们都有相同的枚举类型字段。有没有办法可以重复使用单个枚举而不是创建每个(重复的)枚举?了解 BNF/不想使用它/小项目。
I have 3 similar tables, that would all have the same enum type field. Is there a way I can just reuse a single enum instead of creating each (duplicate) enum? Aware of BNF/don't want to use it/small project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您只需要自己跟踪即可。如果您经常更改某项内容,请将其自动化。
No. You'll just have to keep track of this yourself. If it's something you change often, automate it.