Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
At a low level, SimpleOne stores its data and business logic configuration in tables. Tables consist out of columns; they are interconnected in many ways.
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.
Learn The following articles describe how to create tables and configure them extensivelytables.
Create
a TableTables
Create tables via the agent interface. Get acquainted with the attributes that help to configure and track monitor the state of tables.
Table Extension
Learn how to share fields with other among different tables.
Many-to-Many Relationships
Define connections between the entries of any two tables.
Autoincrement function
Create a sequence that will to define the way record numbers will look.