Table Properties

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.

Select the database in the drop-down list. When ClickHouse DBMS is selected, a table is created using the MergeTree mechanism. The use of ClickHouse DBMS is available only in the web application.

To quickly select an object in the list, start typing its name in the search string. Search is executed automatically while the searched text is entered into the search string. The list will display only the objects, which names contain the entered text.

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:

Several options can be selected. Identifier and key will be specified in brackets.

To reset selection for the selected objects, click the Clear button.

NOTE. Setting up object displaying is available in the web application.

See also:

Table | Table Fields