modules
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| modules [2025/01/31 11:17] – gloria | modules [2025/03/10 07:08] (current) – gloria | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| - | ^ Name ^ Type ^ Comments | + | ^**Sr. No.** ^ **Name** ^ **Type** |
| - | | id | Primary | + | |1| **id** | Primary |
| - | | clientid | + | |2| **clientid** |
| - | | modulename | + | |3| **modulename** | varchar(50) |
| - | | parentmoduleid | + | |4| **parentmoduleid** | int | ID of the parent module, if this module is a submodule of another module. |
| - | | defaultmodule | + | |5| **defaultmodule** | int | Indicates if this is the default module. 1=default, 0=not default. |
| - | | dependentmodules | + | |6| **dependentmodules** | varchar(200) |
| - | | 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 | + | |8| **modulelogo** | blob | Stores the logo of the module, in binary format (image). |
| - | | appiconname | + | |9| **appiconname** | varchar(250) |
| - | | status | + | |10| **status** | int | Indicates the module' |
modules.1738322234.txt.gz · Last modified: 2025/01/31 11:17 by gloria
