Skip to content

Commit

Permalink
[fix] - Replace cast type to INT in entity Users
Browse files Browse the repository at this point in the history
  • Loading branch information
marouenes committed Nov 1, 2022
1 parent 0a6d3e7 commit 7ca6725
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/diagrams/data-model.puml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ table( Users ) {
column( LastName ): VARCHAR
column( Email ): VARCHAR
column( Position ): VARCHAR
column( CompanyId ): VARCHAR
column( CompanyId ): INT
}

Products }|--|| Categories
Expand Down
Binary file modified docs/img/data-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ca6725

Please sign in to comment.