Visual Paradigm 在对单个主键的单个 table 引用中添加两个外键?
Visual Paradigm add two foreign key in a single table reference to single primary key?
在这里,旅游和地点之间存在多对多关系。
所以视觉范例会自动添加桥 table 但我想在 Tour_place table 中将 Place Column 作为外键保留两次,
Place_start(假的)
Place_destination (fk) 都引用 Place table 的同一列位置。
我可以在 oracle sql 中轻松创建一个 table 并将它们都作为外键,但我还需要在 ERD 中将它们显示为外键。
只需添加另一个关系关联行
,现在 Place_start 和 Place_destination 都从地点 table.
引用 Pk 地点
在这里,旅游和地点之间存在多对多关系。
所以视觉范例会自动添加桥 table 但我想在 Tour_place table 中将 Place Column 作为外键保留两次, Place_start(假的) Place_destination (fk) 都引用 Place table 的同一列位置。
我可以在 oracle sql 中轻松创建一个 table 并将它们都作为外键,但我还需要在 ERD 中将它们显示为外键。
只需添加另一个关系关联行 ,现在 Place_start 和 Place_destination 都从地点 table.
引用 Pk 地点