Table llx cronjob

From Dolibarr ERP CRM Wiki
Revision as of 16:03, 6 September 2019 by Eldy (talk | contribs) (Created page with "{{ListOfTables}} =Content/Contenu/Contenido= {{flag en}} Contains the global application parameters (parameters for which the value is the same for all users). More informatio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


En verysmall.png The documentation related to other tables is available on the page: Table SQL
Fr verysmall.png La documentation relative aux autres tables est disponible sur la page: Table SQL
Es verysmall.png La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
De verysmall.png Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
Cn verysmall.png与其他表相关的文档请参阅:Table SQL

Content/Contenu/Contenido

En verysmall.png Contains the global application parameters (parameters for which the value is the same for all users). More information on page Constants. Fr verysmall.png 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. Es verysmall.png 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
name varchar(255) NO UNI key/name of constant
entity int(11) NO UNI 1 multi company id
value text NO value of constant.
type varchar(6) YES NULL type of constant (deprecated)
visible tinyint(4) NO 1 is the constant visible in the page home->setup->other ?
note text YES NULL - tms timestamp NO Current date Date of last modification. See page Field Tms.

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
uk_const UNIQUE name,entity