mysql_show_create_table
Retrieves the exact CREATE TABLE DDL statement for any MySQL table. Useful for schema migration, backup, or documentation.
Instructions
Get the exact CREATE TABLE DDL statement for a MySQL table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | ||
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |