Skip to content

Commit 1a6aefb

Browse files
authored
Merge pull request #1350 from 0daryo/add-tinyint-as-int-option-to-readme
Added tinyint_as_int option to mysql example
2 parents 35bb36b + 352b4f8 commit 1a6aefb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ add-enum-types = true
414414
user = "dbusername"
415415
pass = "dbpassword"
416416
sslmode = "false"
417+
tinyint_as_int = true
417418

418419
[mssql]
419420
dbname = "dbname"

0 commit comments

Comments
 (0)