gpt4 book ai didi

python - OneToOne 和 Django 中的模型子类化有什么区别

转载 作者:行者123 更新时间:2023-11-28 22:07:22 25 4
gpt4 key购买 nike

例如:

class Subdomain(Site):
#fields here

class Subdomain(models.Model):
site = models.OneToOne(Site)
#fields here

最佳答案

带有OneToOne的模型有一个独立的PK;子模特总是使用他们超模的 PK。

关于python - OneToOne 和 Django 中的模型子类化有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2149567/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com