Managing Table Supplementary Information¶
See also
Tips for Registering Table Supplementary Information¶
Register descriptions for tables whose purpose is unclear from the table name alone
If the purpose is unclear from the table name alone, such as "t001" or "mst_x", please register a description. It is effective to describe an overview of the data stored in the table and what business operations it is used for.
Register descriptions for columns whose meaning is unclear from the column name alone
Like tables, please register a description if the meaning is unclear from the column name alone, such as "Flag1" or "codea".
Register data examples
By registering examples of actual data stored, the AI can correctly understand the data format (date format, code system, etc.).
Table Supplementary Information Management Screen¶
[1] Table list
Displays a list of tables that the user has read permission for.Tables with registered supplementary information are highlighted.You can also filter the list to show only tables with supplementary information by selecting the checkbox.
[2] Table supplementary information
You can view the supplementary information (table description and column information) of the table selected in the table list.
[3] Edit button
Opens the supplementary information edit dialog for the selected table.Edit permission for the table is required.
[4] Delete button
Deletes the supplementary information registered for the selected table.Admin permission for the table is required.
Editing Table Supplementary Information¶
Select the table you want to edit in the table supplementary information management screen.
Click the 'Edit' button.
The supplementary information edit dialog is displayed.
Enter the table description.
[1] Table name
The name of the table being edited is displayed. (Cannot be changed.)[2] Table description
Enter a description of the table’s content and purpose.This is referenced by the AI when understanding the meaning of the table.Example: "A table that manages customer order history. Records order date, product, quantity, and amount."
Enter column supplementary information.
Click the 'Select columns' button to display the column selection dialog.Select the columns for which you want to register supplementary information.For each selected column, you can enter the following information.[3] Column name
The column name is displayed. (Cannot be changed.)[4] Column description
Enter a description of the column’s content and meaning.Can be omitted if the meaning is clear from the column name (e.g., "Order Date", "Product Name").Example: "Product category name (major category)" "Contains ID values from the order table"
[5] Data examples
Enter examples of data stored in the column.This is referenced by the AI when understanding the data format and content.Example: "0: Not ordered, 1: Ordered" "Electronics, Food, Clothing"
[6] Unit / Format
Enter the unit or format of the column data.This is referenced by the AI when understanding the data representation format.Example: "JPY" "kg" "yyyy-MM-dd"
Click the 'Save' button.
The entered supplementary information is saved.