Introspect a PostgreSQL table and return its current state.
Queries information_schema.columns, pg_indexes, pg_constraint, and
referential constraint metadata to build a complete picture of the table's
columns, indexes, foreign keys, and check constraints.
Parameters
knex: Knex
A configured Knex instance connected to a PostgreSQL database.
Introspect a PostgreSQL table and return its current state.
Queries
information_schema.columns,pg_indexes,pg_constraint, and referential constraint metadata to build a complete picture of the table's columns, indexes, foreign keys, and check constraints.