添加了PdoAdapter中getColumnTypes中的smallinteger
This commit is contained in:
parent
70c89850ca
commit
4aea503114
|
@ -546,6 +546,7 @@ abstract class PdoAdapter implements AdapterInterface
|
|||
'char',
|
||||
'text',
|
||||
'integer',
|
||||
'smallinteger',
|
||||
'biginteger',
|
||||
'float',
|
||||
'decimal',
|
||||
|
|
Loading…
Reference in New Issue
Block a user