Changes between Version 7 and Version 8 of RelationalDesign


Ignore:
Timestamp:
09/11/26 00:45:09 (8 hours ago)
Author:
231035
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v7 v8  
    4242- ClientInteraction(
    4343  source_client_id [PK, FK→Client(user_id)],
    44   target_client_id [PK, FK→Client(user_id)],
    45 )
     44  target_client_id [PK, FK→Client(user_id)],)
    4645
    4746This represents the recursive Client–Client relationship `interaction_with`.