继承列中的 :_type_disabled 是什么意思?

发布于 2025-01-12 20:26:28 字数 115 浏览 0 评论 0原文

我刚刚在 Rails 的某个模型中遇到了这样一句话:

self.inheritance_column = :_type_disabled

它有什么作用?

I just came across with such a line in some model in Rails:

self.inheritance_column = :_type_disabled

What does it do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

空心空情空意 2025-01-19 20:26:28

我在写问题的过程中意识到答案是什么。它禁用单表继承,这实际上意味着Rails不会假设我的模型中有一个特殊的 type 字段,我的最终继承只会在代码级别产生影响,而不会在数据库中产生影响。

And I realised what's the answer during writing the question. It disables single table inheritance, what practically means that Rails won't assume that I have a special type field in my model and my eventual inheritation will have consequences only on code level, not in the database.

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