- Start creating a new DDL data source.
- In the Data Source Properties dialog, type the name of the new data source.
-
Click
and
specify the desired data structure definition file.
Note
PhpStorm parses the specified file according to the SQL dialect assigned to it or its parent. To have the data structure created successfully, this dialect should support DDL statements. SQL dialect settings are specified in the SQL Dialects page of the Settings dialog box.
- If necessary, select the data source parent from the list of available data sources.
- Click OK.
- Open the desired .ddl file in the editor.
-
Position the cursor at the name of the desired table or column and press Alt+F1Alt+Shift+1 or Alt+F1Alt+Shift+1Alt+F1Alt+F1Alt+F1Ctrl+Shift+1, Ctrl+Shift+2, Ctrl+Shift+3 or Ctrl+Shift+9Alt+F1Alt F1Alt F1Meta Alt W.

The corresponding column is highlighted in the Database tool window:


specified in a