Field | Type | Default | Description |
---|---|---|---|
id | int (11) | NOT NULL | PRIMARY KEY - Auto increment field to hold unique ID |
user_id | int(11) | 0 | Holds the user id for the control panel record. |
page_id | varchar(32) | NULL | Holds the category (/modules) name of the record |
module_id | varchar(32) | NULL | Holds the module (/category/pages/module) of the control panel record |
column_id | int(3) | 0 | Holds the column number where the control panel entry is located |
row_id | int(3) | 0 | Holds the row number where the control panel entry is located. |
params | text | NULL | Holds encoded parameters which vary by module. |