jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Creating user entity #55

Closed t-andrews closed 3 years ago

t-andrews commented 3 years ago

Create the following entity in the database for user management and add it to the db context in code:

User: Attribute Type
email string
first_name string
last_name string
phone_number string
role string

All fields with personal information will be encrypted before being inserted to the database, so all except role