Create List
A List can be created by:
- link to an existing table. A list and form will be created that will contain a group, which will in turn contain elements that will represent the columns of the linked table. If the table is linked for the first time, standard elements are generated depending on the column type. They can then be replaced with other elements or their default settings changed. If the table has already been linked, then elements have already been created for it. In such a case, these elements will be copied with their settings and linked to the newly created group, form and list;
- created a new table. After creating the list, a table will be created in the selected database with the entered table name. It will have two columns id (autoincrement) and created_at(datetime). A list and a form will be created that will contain a group, which in turn will contain the elements id and created_at by default;