wren-engine
wren-engine copied to clipboard
Support more pg type alias name
In PGTypes, we only handle the real name of a PG type. Like INT8 is the real name of BigIntegerType but the most used is bigint. We should handle those common used name for each type.