$typeMap public property
Mapping from physical column types (keys) to abstract column types (values) See also http://www.postgresql.org/docs/current/static/datatype.html#DATATYPE-TABLE.
public array $typeMap = ['bit' => self::TYPE_INTEGER, 'bit varying' => self::TYPE_INTEGER, 'varbit' => self::TYPE_INTEGER, 'bool' => self::TYPE_BOOLEAN, 'boolean' => self::TYPE_BOOLEAN, 'box' => self::TYPE_STRING, 'circle' => self::TYPE_STRING, 'point' => self::TYPE_STRING, 'line' =&