You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

On the 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 how to create tables and confugire them extensively.


Creating a Table


Create tables via the agent interface.

Table Attributes


Attributes that help to configure and track tables.

Autoincrement


Create autoincrement rules that will define the way IDs look like.

Table Extension


Learn how to share fields with other tables.

Many-to-Many Relationships


Define connections between the entries of any two tables.



  • No labels