添加了PdoAdapter中getColumnTypes中的smallinteger

This commit is contained in:
shouder 2019-08-26 23:47:12 +08:00 committed by ThinkPHP
parent 70c89850ca
commit 4aea503114

View File

@ -546,6 +546,7 @@ abstract class PdoAdapter implements AdapterInterface
'char',
'text',
'integer',
'smallinteger',
'biginteger',
'float',
'decimal',