compare_profile_schemas
Compare schema differences between two database profiles, with an option to limit tables per profile to prevent oversized output.
Instructions
比较两个 profile 的 schema 差异。⚠️ 大库输出可能 >1MB;用 maxTablesPerProfile 限制避免截断。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nameA | Yes | ||
| nameB | Yes | ||
| maxTablesPerProfile | No | v4.0 G8:每 profile 最多列多少表(默认100,大库调到 20-50 避免输出过大) |