write_mysql_migration_tool
Creates a new migration file with Laravel-style naming in the sql/mysql/migrations directory from provided SQL content, with optional overwrite.
Instructions
将新的 SQL 结构以 Laravel 风格文件名写入 sql/mysql/migrations 目录。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | ||
| sql_content | Yes | ||
| migration_name | Yes | ||
| workspace_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||