The Properties page is used to select a database, in which you want to create a table, and physical name of this table. Physical table name is the table name, with which it will be created in the selected database. By default, the user is prompted to use the table identifier as a physical name of the table.
NOTE. If the specified table physical name is already used in the repository, it will be saved in the format: <physical name>_<number>. The number starts from one and increases depending on the number of duplicates of the same physical name in use.

Determine the parameters:
Select Database. Select the database in the drop-down list. When ClickHouse DBMS is selected, a table is created using the MergeTree mechanism.
To quickly select an object, enter object's name/identifier/key in the search box depending on display settings. Search is executed automatically while the searched text is entered into the search string. The list will display the objects, which names/identifiers/keys contain the entered text.
To set up displaying of repository objects, click the
Show Object button and select display option in the drop-down menu:
Name. Objects are displayed with their names. Default option.
Identifier. Objects are displayed with their identifiers.
Key. Objects are displayed with their keys.
Several options can be selected. Identifier and key will be specified in brackets.
To reset selection for selected objects, click the
Clear button.
Physical Name. By default, table identifier is used as the physical name of the table.
Number of Displayed Records during View. Set the number of records in the edit box.
Click the Next button to go to the next wizard page.
See also: