使用外键(FK)的最佳方式
我只是美丽的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在数据库中创建它们。 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