describe_table
Retrieve the structure of a specific MySQL table, including column names, data types, and constraints, to inspect schema details.
Instructions
Get the structure of a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the table to describe |