We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb6bf7 commit e846845Copy full SHA for e846845
docs/content/tutorials/best-practices.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2020-02-08
+lastmod: 2021-06-07
3
date: 2016-10-16
4
menu:
5
main:
@@ -12,7 +12,7 @@ weight: 10
12
13
## Store bool as TINYINT(1)
14
15
-In MySQL Server, [`BOOL` is an alias for `TINYINT(1)`](https://dev.mysql.com/doc/refman/8.0/en/numeric-type-overview.html).
+In MySQL Server, [`BOOL` is an alias for `TINYINT(1)`](https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html#idm46095360188160).
16
The MySQL ADO.NET connector understands this convention and will marshal `TINYINT(1)` back
17
to managed code as the C# `bool` type (`System.Boolean`).
18
0 commit comments