Accelerate your creation of data tables with AI.

Use AI (artificial intelligence) Assistant in Creating Tables in Queue.

Using the AI assistant on Datasources, you can create a data table in seconds, and you can get suggestions for the data types in the table from the AI assistant.

You can create a table with New Table from the Custom Actions panel in UI Design view mode or under the Datasources panel Tables heading in Datasources view mode.

In general, the improvements we have made on the SQL Table creation modal are as follows;

  1. Use AI assistant for data type determination

  2. Adding data types to the table

  3. Creating a table

1. Use AI assistant for data type determination

Activate Generate with AI to be able to use the AI (artificial intelligence) assistant in the table creation process. The artificial intelligence assistant helps you generate the data type for the table you want to create.

2. Adding data types to the table

Name the data you want in the table you will create and click enter. The AI assistant will suggest the data type. In cases where it cannot find the data type, it assigns the data type as String.

For example, when we name it as PersonelName to create a Personnel table, the AI assistant defines a String type data type. When you enter other data in the form of BirthDate, you can see that it defines a DateTime data type.

During the table update process, columns cannot be updated. If you want to change the name and data type of a column, you must delete the column and recreate it.

3. Creating a table

Name the data you want in the table you will create and click enter. The AI assistant will suggest the data type. In cases where it cannot find the data type, it assigns the data type as String.

You can include every data you define in the table by clicking + Add, then you can create the table by clicking the CREATE button.

Last updated