Since 5.x, only `?string` can be passed to `addColumn()` for type. Plan: create a method `addSpecificColumnType(string $type)` to allow specific type sets by extensions (in postgresql)
Since 5.x, only
?stringcan be passed toaddColumn()for type.Plan: create a method
addSpecificColumnType(string $type)to allow specific type sets by extensions (in postgresql)