mysql_get_schema
Get the CREATE TABLE statement for a specific MySQL table to understand its schema and column definitions.
Instructions
Get the CREATE TABLE statement for a specific MySQL table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) | |
| table_name | Yes | The name of the table to get the schema for |