Skip to content

Commit f43ba32

Browse files
committed
2 parents a5d9bfd + 945f31d commit f43ba32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)