使用外键(FK)的最佳方式

发布于 2025-01-05 04:24:27 字数 96 浏览 0 评论 0原文

我只是美丽的 Yii 框架的新手。我刚刚浏览文档,想到了一个疑问。我想知道当我们创建数据库时在数据库中定义外键(FK)好还是在应用程序的内部声明外键好?代码。欢迎任何建议和意见。

I am just a newbie to the beautiful Yii framework. I was just going through the documents and one doubt came to my mind.I want to know is it good to define Foreign Keys(FK) in the database when we are creating a database or is it good to declare a foreign key inside an application's code.Any suggestions and comments are welcome.

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

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

发布评论

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

评论(1

原来是傀儡 2025-01-12 04:24:27

在数据库中创建它们。 Yii 会自动为你生成 ActiveRecord 类,并带有关系。请参阅 http://www.yiiframework.com/doc/guide/1.1/ en/database.arr

Create them in the database. Yii will automatically generate ActiveRecord classes for you, with the relations. See http://www.yiiframework.com/doc/guide/1.1/en/database.arr

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