SimpleOne stores its data and business logic configuration in tables that are made up of columns.

Tables are divided into two sets: system tables and functional tables.

  • The system tables are used for business logic implementation. They store the inner mechanisms developed on top of the platform and are protected from structural changes, to prevent system disruption or business logic disruption.
  • The purpose of functional tables is to store the data models used in the business logic implementation.

The following articles describe how to create tables and configure them.

Create Tables


Create tables via the agent interface. Get acquainted with the attributes that help to configure and monitor the state of tables.

Table Extension


Learn how to share fields among different tables.

Record Extended Model


Learn about the Record Extended Model (REM) that allows you to add a set of table attributes.

Many-to-Many Relationships


Define connections between the records of any two tables.

Record Number


Create a sequence to define the record numbering.


  • No labels