Changes between Version 9 and Version 10 of RelationalDesign
- Timestamp:
- 08/07/26 15:09:30 (25 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v9 v10 10 10 ---- 11 11 - account (**__id__**, **email**, password_hash, name) 12 - _user (**__user_id__**, name, **email**, password_hash,login_provider, is_verified, is_profile_complete, has_used_free_consultation, work_position, company_size, points, **account_id***(ACCOUNT))12 - _user (**__user_id__**, login_provider, is_verified, is_profile_complete, has_used_free_consultation, work_position, company_size, points, **account_id***(ACCOUNT)) 13 13 - expert (**__expert_id__**, **account_id***(ACCOUNT)) 14 14 - language (**__id__**, **value**)
