Update the docs, we list the default MySQL cast there (see issue #22).

This commit is contained in:
Dimitri Fontaine 2014-01-16 10:10:23 +01:00
parent afc64cc30d
commit e888b15513

View File

@ -1099,6 +1099,7 @@ Numbers:
- type int to bigserial when auto_increment and (<= 10 precision)
- type int to int when not auto_increment and (< precision 10)
- type int to bigint when not auto_increment and (<= 10 precision)
- type smallint to serial when auto_increment
- type bigint to bigserial when auto_increment
- type tinyint to boolean when (= 1 precision) using tinyint-to-boolean