McGill-ECSE321-Winter2020 / project-group-01

project-group-01 created by GitHub Classroom
2 stars 5 forks source link

Remove the primary ID redundancy in User entity #121

Open Mat-san opened 4 years ago

Mat-san commented 4 years ago

Now, the User entity has two unique identifier. A long type autounique id and a unique string (username). If username are garanteed unique, they could replace the long id.