|
|
|
|
|
by webbore
3546 days ago
|
|
ON second reading I think you are correct. I agree on this point then, as it helps when joining through a denormalized table that references multiple PK ids, ex: I think:
user_id = role_id
is more readable than the likely alternative:
u.id = r.id |
|