Maps a numeric PostgreSQL type ID to a descriptive string.
iex> name_for_type_id(1700) "numeric" iex> name_for_type_id(25) "text" iex> name_for_type_id(3802) "jsonb"