db_table_describe
Describe a database table's structure including columns, data types, and constraints, with optional Java type mapping for code generation.
Instructions
Get complete table structure information including columns, types, constraints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection identifier from db_connect_test | |
| database | Yes | Database name | |
| table | Yes | Table name | |
| include_java_types | No | Include Java type mapping for columns |