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