create_table
Create a table or entity in PowerDesigner models, with optional inline column definitions and dry-run support for safe previews.
Instructions
Create a table (PDM) or entity (CDM/LDM). Optionally pass an inline 'columns' array (same shape as create_column's column spec) to create columns in the same call. Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| name | Yes | ||
| columns | No | ||
| comment | No | ||
| dry_run | No | ||
| model_id | Yes |