db_table_columns
Retrieve detailed column metadata for any database table, including types and constraints, using connection ID, database, and table name.
Instructions
Get detailed column information for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection identifier from db_connect_test | |
| database | Yes | Database name | |
| table | Yes | Table name |