db_get_table_structure
Retrieve columns, indexes, and constraints for a specific table by providing its name. Supports multiple database types.
Instructions
Get table structure (columns, indexes, constraints) for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database ID (default: mysql-dev) | |
| tableName | Yes | Name of the table |