User Tools

Site Tools


modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
modules [2025/03/10 07:08] gloriamodules [2025/03/10 07:08] (current) gloria
Line 9: Line 9:
 |2| **clientid**            | Index           | ID of the client associated with the module.                                                    | |2| **clientid**            | Index           | ID of the client associated with the module.                                                    |
 |3| **modulename**           | varchar(50)     | Name of the module.                                                                               | |3| **modulename**           | varchar(50)     | Name of the module.                                                                               |
-|| **parentmoduleid**       | int             | ID of the parent module, if this module is a submodule of another module.                       | +|4| **parentmoduleid**       | int             | ID of the parent module, if this module is a submodule of another module.                       | 
-|| **defaultmodule**        | int             | Indicates if this is the default module. 1=default, 0=not default.                              | +|5| **defaultmodule**        | int             | Indicates if this is the default module. 1=default, 0=not default.                              | 
-|| **dependentmodules**     | varchar(200)    | Comma-separated list of module IDs that are dependent on this module to form the overall module. | +|6| **dependentmodules**     | varchar(200)    | Comma-separated list of module IDs that are dependent on this module to form the overall module. | 
-|| **ord**                  | int             | The order in which the module should appear, typically used for sorting modules.                 | +|7| **ord**                  | int             | The order in which the module should appear, typically used for sorting modules.                 | 
-|| **modulelogo**           | blob            | Stores the logo of the module, in binary format (image).                                         | +|8| **modulelogo**           | blob            | Stores the logo of the module, in binary format (image).                                         | 
-|| **appiconname**          | varchar(250)    | Stores the image name used to display the module's icon on the app's module screen.              | +|9| **appiconname**          | varchar(250)    | Stores the image name used to display the module's icon on the app's module screen.              | 
-|| **status**               | int             | Indicates the module's status. 1=active, 0=inactive.                                            |+|10| **status**               | int             | Indicates the module's status. 1=active, 0=inactive.                                            |
  
  
modules.1741590506.txt.gz · Last modified: 2025/03/10 07:08 by gloria