mysql_describe_table
Retrieve a table's column structure, indexes, and CREATE statement by providing database and table names.
Instructions
Get column structure, indexes, and CREATE statement for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| database | Yes | Database name |