Changes between Version 9 and Version 10 of RelationalDesign


Ignore:
Timestamp:
08/07/26 15:09:30 (25 hours ago)
Author:
231175
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v9 v10  
    1010----
    1111- 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))
    1313- expert (**__expert_id__**, **account_id***(ACCOUNT))
    1414- language (**__id__**, **value**)