Fix docs about char and varchar casting in MySQL (#409)

This commit is contained in:
Krzysztof Jurewicz 2016-05-18 21:55:36 +02:00 committed by Dimitri Fontaine
parent 13f5821547
commit 1378949eee

View File

@ -1941,8 +1941,8 @@ Numbers:
Texts:
- type char to varchar keep typemod using remove-null-characters
- type varchar to text using remove-null-characters
- type char to char keep typemod using remove-null-characters
- type varchar to varchar keep typemod using remove-null-characters
- type tinytext to text using remove-null-characters
- type text to text using remove-null-characters
- type mediumtext to text using remove-null-characters