* Auto increments *** Value generated when first created
Create User model with the following structure:
## User
| Property Name | Datatype |
| ------------- |:-------------:|
| Id<sup>*</sup> | Int |
| Username | String |
| Email | String |
| Phone Number | String |
| Firstname | String |
| Lastname | String |
| DateCreated<sup>***</sup> | DateTime |
| LastLogin | DateTime |
<sup>\*</sup> Auto increments
<sup>\*\*\*</sup> Value generated when first created
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Create User model with the following structure:
User
* Auto increments
*** Value generated when first created