create_model
Create a new empty model as PDM, CDM, or LDM with optional DBMS selection, then get the model ID for subsequent operations.
Instructions
Create a new empty model. kind: 'PDM' | 'CDM' | 'LDM'. For PDM you may pass dbms (e.g. 'MySQL 5.0'); PowerDesigner picks its default when omitted. Returns the new model info including its model_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| dbms | No | ||
| kind | Yes | ||
| name | Yes |