Difference between revisions of "Table llx cronjob"
Tag: 2017 source edit |
m (→Keys) Tag: 2017 source edit |
||
(3 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
|technical index | |technical index | ||
|- | |- | ||
− | | | + | |tms |
− | | | + | |timestamp |
|NO | |NO | ||
− | |||
| | | | ||
| | | | ||
− | | | + | | |
+ | |Last update date | ||
+ | |- | ||
+ | |datec | ||
+ | |datetime | ||
+ | |NO | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |Date creation | ||
|- | |- | ||
− | | | + | |jobtype |
− | | | + | |varchar(10) |
|NO | |NO | ||
− | |||
− | |||
| | | | ||
− | | | + | | |
+ | | | ||
+ | |Type of job | ||
|- | |- | ||
− | | | + | |label |
|text | |text | ||
− | |||
| | | | ||
| | | | ||
| | | | ||
− | | | + | | |
+ | | | ||
|- | |- | ||
− | | | + | |command |
− | |varchar( | + | |varchar(10) |
|YES | |YES | ||
| | | | ||
− | |||
| | | | ||
− | | | + | | |
+ | | | ||
|- | |- | ||
− | |||
− | |||
− | |||
| | | | ||
− | |||
| | | | ||
− | | | + | | |
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
|- | |- | ||
− | |||
− | |||
− | |||
| | | | ||
− | |||
| | | | ||
− | | | + | | |
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | |entity | ||
+ | |int(11) | ||
+ | |NO | ||
+ | |UNI | ||
+ | |1 | ||
+ | | | ||
+ | |multi company id | ||
|} | |} | ||
==Keys== | ==Keys== | ||
Line 87: | Line 127: | ||
|rowid | |rowid | ||
|- | |- | ||
− | | | + | |idx_cronjob_status |
− | | | + | |INDEX |
− | | | + | |status |
+ | |- | ||
+ | |idx_cronjob_datelastrun | ||
+ | |INDEX | ||
+ | |datelastrun | ||
+ | |- | ||
+ | |idx_cronjob_datenextrun | ||
+ | |INDEX | ||
+ | |datenextrun | ||
+ | |- | ||
+ | |idx_cronjob_datestart | ||
+ | |INDEX | ||
+ | |datestart | ||
+ | |- | ||
+ | |idx_cronjob_dateend | ||
+ | |INDEX | ||
+ | |dateend | ||
|} | |} |
Latest revision as of 21:23, 6 September 2019
The documentation related to other tables is available on the page: Table SQL
La documentation relative aux autres tables est disponible sur la page: Table SQL
La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
与其他表相关的文档请参阅:Table SQL
Content/Contenu/Contenido
Contains the global application parameters (parameters for which the value is the same for all users). More information on page Constants.
Contient le paramétrage global de l'application, c'est-à-dire les paramètres dont la valeur est commune à tous les utilisateurs. Plus d'information sur la page Constantes.
Contiene los parámetros globales de la aplicación (parámetros cuyo valor es común a todos los usuarios). Mas informacion en la página Constantes.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
tms | timestamp | NO | Last update date | |||
datec | datetime | NO | Date creation | |||
jobtype | varchar(10) | NO | Type of job | |||
label | text | |||||
command | varchar(10) | YES | ||||
entity | int(11) | NO | UNI | 1 | multi company id |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
idx_cronjob_status | INDEX | status |
idx_cronjob_datelastrun | INDEX | datelastrun |
idx_cronjob_datenextrun | INDEX | datenextrun |
idx_cronjob_datestart | INDEX | datestart |
idx_cronjob_dateend | INDEX | dateend |