Tables
The Data+ Table requires a connection to a database table where data will be saved. You can create one by clicking the + Button in the tables tab.
Configuration
All created tables are saved in the _dp_tables
table. It is only required for internal server handling.
- Name - Actual table name in the database
- Description - (Optional) Only visible on the Data+ Server site
- History - (Optional) This will save all changes to the table in
_dp__history
to create a full changelog - Password - (Optional) Connecting an extension to this table will require a password
- Add column - Table columns (separated by ,) can be added here or directly in the Data+ Table
Info
all table and column names allow only lower case letter or underscores
Once a table is created, it is shown in the overview. The last user access is tracked for all tables and shown here.
Content
To view the table content click on the row count number or the cogwheel menu.
This will show all content of the selected table and allows to edit/delete specific columns, or delete specific rows.
Delete
All table content can be deleted with the menu item Delete rows
.
Once a table has no rows, it can be completely deleted.
Table definition file
A definition file can be created to easily setup a table with the same settings (name, columns, etc.). This does not include any data of the table.