From e888b15513a041704ec87e4dd3f86a5de589e590 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 16 Jan 2014 10:10:23 +0100 Subject: [PATCH] Update the docs, we list the default MySQL cast there (see issue #22). --- pgloader.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pgloader.1.md b/pgloader.1.md index 0074e06..954c2e3 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -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