while execute the raw query using knex (oracle) npm, how to get the data type of the each column along with the result.
select name,age from customers;