When we install the Batoi RAD 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 RAD Framework.| Table Name | Description | Fields along with attributes and explanation |
|---|---|---|
*od_controller |
Stores module information |
|
*od_event |
Stores event information |
|
*od_config |
Stores user defined application configurations |
|
*od_pagevars |
Stores pagevar array keys |
|
*od_user |
Stores essential user information |
|
*od_role |
Stores role information |
|
*od_sys |
Stores system information |
|
During the course of development, developers add more tables depending on the scope of application.
Help Articles