get table schema with knex code example
Example: get table schema with knex
knex('tableName').columnInfo().then(info=>/* do something with info obj */)
knex('tableName').columnInfo().then(info=>/* do something with info obj */)