Skip to content

Commit

Permalink
Merge pull request #5415 from kaznovac/patch-1
Browse files Browse the repository at this point in the history
Update documentation for the `guid` type
  • Loading branch information
greg0ire authored May 29, 2022
2 parents 4c1926e + 7b24c55 commit 6530ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Please also notice the mapping specific footnotes for additional information.
| | +--------------------------+---------+----------------------------------------------------------+
| | | **SQL Server** | *all* | ``VARCHAR(MAX)`` |
+-------------------+---------------+--------------------------+---------+----------------------------------------------------------+
| **guid** | ``string`` | **MySQL** | *all* | ``VARCHAR(255)`` [1] |
| **guid** | ``string`` | **MySQL** | *all* | ``CHAR(36)`` [1] |
| | +--------------------------+ | |
| | | **Oracle** | | |
| | +--------------------------+ | |
Expand Down

0 comments on commit 6530ffd

Please sign in to comment.