mysql_legacy_show_create_table
Retrieve the exact CREATE TABLE statement for a specified table in a legacy MySQL database, providing read-only schema inspection without modifying the database.
Instructions
Returns the definition from SHOW CREATE TABLE .. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | Yes |