mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Fix docs about char and varchar casting in MySQL (#409)
This commit is contained in:
parent
13f5821547
commit
1378949eee
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user