Difference between revisions of "Table llx const"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
| auto_increment  
 
| auto_increment  
 
| technical index
 
| technical index
 +
|-
 +
| name
 +
| varchar(255)
 +
| YES
 +
|
 +
| NULL
 +
|
 +
| name of constant
 +
|-
 +
| entity
 +
| int(11)
 +
|  
 +
|
 +
| 1
 +
|
 +
| multi company id
 +
|-
 +
| value
 +
| text
 +
| YES
 +
|
 +
| NULL
 +
|
 +
| value of constant. max 65535 caracteres
 +
|-
 +
| type
 +
| varchar(6)
 +
| YES
 +
|
 +
| NULL
 +
|
 +
| type of constant
 +
|-
 +
| visible
 +
| tinyint(4)
 +
|
 +
|
 +
| 1
 +
|
 +
| is the constant visible?
 +
|-
 +
| note
 +
| text
 +
| YES
 +
|
 +
| NULL
 +
|
 +
| notes about the constant
 +
|-
 +
| tms
 +
| timestamp
 +
|
 +
|
 +
| CURRENT_TIMESTAMP
 +
|
 +
| last update date
 
|}
 
|}

Revision as of 10:24, 5 June 2009


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).

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.

Es verysmall.png Contiene los parámetros globales de la aplicación (parámetros cuyo valor es común a todos los usuarios).

Structure

Field Type Null Key Default Extra Description
rowid int(11)   PRI NULL auto_increment technical index
name varchar(255) YES NULL name of constant
entity int(11)   1 multi company id
value text YES NULL value of constant. max 65535 caracteres
type varchar(6) YES NULL type of constant
visible tinyint(4) 1 is the constant visible?
note text YES NULL notes about the constant
tms timestamp CURRENT_TIMESTAMP last update date