Batoi RAD Framework Application Database Structure
When we install the Batoi Code Framework, seven database tables are created with names as
*od_*
as below. These tables store application information and are critical to applications created with the Batoi Code Framework.Table Name | Description | Fields along with attributes and explanation |
---|---|---|
s_api |
Stores module information |
|
s_config |
Stores event information |
|
s_data_field |
Stores user defined application configurations |
|
s_data_field_group |
Stores pagevar array keys |
|
s_data_field_type |
Stores essential user information |
|
s_data_method |
Stores role information |
|
s_data_wf |
Stores system information |
|
s_entity |
Stores role information |
|
s_entity_session |
Stores system information |
|
s_external_notification |
Stores role information |
|
s_ms |
Stores system information |
|
s_mscontroller |
Stores role information |
|
s_msroute |
Stores system information |
|
s_notification |
Stores role information |
|
s_pagepart |
Stores system information |
|
s_pagevar |
Stores role information |
|
s_queue |
Stores system information |
|
s_role |
Stores role information |
|
s_sso_provider |
Stores system information |
|
s_tenant |
Stores system information |
|
s_user |
Stores role information |
|
During the course of development, developers add more tables depending on the scope of application.