gpt4 book ai didi

php - 两个不同外键列与同一张表的外键关系

转载 作者:可可西里 更新时间:2023-11-01 07:55:46 25 4
gpt4 key购买 nike

假设我有一个userappointment 表。

users - id, name, email, type(doctor/patient)

appointment- id, doctor_user_id, patient_user_id

我的用户表数据-

enter image description here

还有我的约会表数据-

enter image description here

我可以从 appointmentuser 表中建立两个 belongs to relationships

如您所见,我的appointment 表,我只想将类型为doctoruser 存储到doctor_user_idpatientpatient_user_id。但在这种情况下,我可以将任何用户 ID 添加到 doctor_user_id 字段,它是 doctor 或 patient 但我只想将用户 id 添加为 doctor_user_id 只有当它的类型是医生时。

我知道如何使用两个不同的表实现这一点,但我想知道是否有任何方法可以通过单用户表实现这一点,谢谢。

最佳答案

是的,您可以通过只创建一个user 表来实现这一点。

为引用 User 表的 appointment 表的“doctor_user_id”和“patient_user_id”创建 2 个外键。

关于php - 两个不同外键列与同一张表的外键关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48090344/

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