Changes between Version 7 and Version 8 of RelationalDesign
- Timestamp:
- 09/11/26 00:45:09 (8 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v7 v8 42 42 - ClientInteraction( 43 43 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)],) 46 45 47 46 This represents the recursive Client–Client relationship `interaction_with`.
