From 4aea50311407bcffb05ce223c7655ccac639a9c7 Mon Sep 17 00:00:00 2001 From: shouder <386734307@qq.com> Date: Mon, 26 Aug 2019 23:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86PdoAdapter=E4=B8=ADg?= =?UTF-8?q?etColumnTypes=E4=B8=AD=E7=9A=84smallinteger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phinx/src/Phinx/Db/Adapter/PdoAdapter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phinx/src/Phinx/Db/Adapter/PdoAdapter.php b/phinx/src/Phinx/Db/Adapter/PdoAdapter.php index 9924c3a..2f8d981 100644 --- a/phinx/src/Phinx/Db/Adapter/PdoAdapter.php +++ b/phinx/src/Phinx/Db/Adapter/PdoAdapter.php @@ -546,6 +546,7 @@ abstract class PdoAdapter implements AdapterInterface 'char', 'text', 'integer', + 'smallinteger', 'biginteger', 'float', 'decimal',