get_table_structure
Retrieve the full structure of a MySQL table—columns, indexes, and constraints—to inspect schemas and support database administration.
Instructions
Obtém a estrutura completa de uma tabela
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Nome da tabela | |
| schemaName | Yes | Nome do schema | |
| connectionName | No | Nome da conexão para usar | |
| includeIndexes | No | Incluir informações de índices | |
| includeConstraints | No | Incluir informações de constraints |