mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
Fixed pgsql column type detection bug.
This commit is contained in:
@@ -48,6 +48,7 @@ class Schema extends \yii\db\Schema
|
||||
'double precision' => self::TYPE_DECIMAL,
|
||||
'inet' => self::TYPE_STRING,
|
||||
'smallint' => self::TYPE_SMALLINT,
|
||||
'int4' => self::TYPE_INTEGER,
|
||||
'integer' => self::TYPE_INTEGER,
|
||||
'bigint' => self::TYPE_BIGINT,
|
||||
'interval' => self::TYPE_STRING,
|
||||
|
||||
Reference in New Issue
Block a user