We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dd3c2 commit 945f31dCopy full SHA for 945f31d
1 file changed
README.md
@@ -78,7 +78,7 @@ To get the server running locally:
78
## User Model
79
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 |
83
84
## Jobs Model
0 commit comments