k2v-academy / K2View-Academy

Other
0 stars 0 forks source link

K2View Catalog: Is it possible to add relationship between tables without PK #1082

Closed Dk4B3FUJS7YKRKicfLUR4iqRdgmQURqcqCfPJbR closed 2 months ago

Dk4B3FUJS7YKRKicfLUR4iqRdgmQURqcqCfPJbR commented 3 months ago

Is it possible to add a relationship between tables without PK? Sometimes, there is a relationship between tables without a well-defined PK/FK.

tZajFGR0CidT8AVERBHw8puD36HY6oWViykmIIb commented 2 months ago

If you're speaking regarding the relations added manually - the answer is no, the parent table must have a PK. However, a PK can be added manually to the table and then you can add a relation as well.