File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ To get the server running locally:
7777
7878## User Model
7979
80- | id | firstname | lastname | password | creationDate | email | age | location | jobsTotal | connectionsTotal | summary |
81- | -- | --------- | -------- | -------- | ------------ | ----- | --- | -------- | --------- | ---------------- | ------- |
82- | incremented | REQUIRED string | REQUIRED string | string | date | REQUIRED string | integer | string | integer | integer | text |
80+ | id | firstname | lastname | password | creationDate | email | age | location | jobsTotal | connectionsTotal | summary | phone |
81+ | -- | --------- | -------- | -------- | ------------ | ----- | --- | -------- | --------- | ---------------- | ------- | ----- |
82+ | incremented | REQUIRED string | REQUIRED string | string | date | REQUIRED string | integer | string | integer | integer | text | string |
8383
8484## Jobs Model
8585
You can’t perform that action at this time.
0 commit comments