`jsonb`, `text`
If database data type needs additional params you can use them from config param
`varchar(256)`, `numeric(2,3)`
To make config be of specific type please use config generic in CustomTypeValues
OptionalfromOptional mapping function, that is responsible for data mapping from database to JS/TS code
OptionaltoOptional mapping function, between user input and driver
Database data type string representation, that is used for migrations