Commit 78e6141
committed
minor #7221 Changing field type in MySQL example (steveWinter)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7221).
Discussion
----------
Changing field type in MySQL example
It seems inconsistent that the MySQL table as the sess_id as VARBINARY, when the PostgeSQL and Microsoft SQL server use VARCHAR (which makes more sense to me)
Commits
-------
e772465 Changing field type in MySQL example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments