pub async fn get_table_columns(
client: &Client,
schema: &str,
table: &str,
) -> Result<Vec<ColumnInfo>>Expand description
Get columns for a specific table with their types
Returns all columns with a flag indicating if they are timestamp-like types. Timestamp types include: timestamp, timestamptz, date