Table llx boxes

From Dolibarr ERP CRM Wiki
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 order position of active boxes

Fr verysmall.png

Contient la position des boîtes actives

Es verysmall.png

Contiene la ordenación de las cajas activas.

Structure

Table

Version Dolibarr 15

# Field Type Null Key Default Extra Description
1 rowid int(11) NO PRI NULL auto_increment technical index
2 entity int(11) NO 1
3 box_id int(11) NO UNI ID of box (llx_boxes_def->rowid)
4 position smallint(6) NO UNI Position of box
5 box_order varchar(3) NO Order of box
6 fk_user int(11) NO UNI 0 ID of user that affect the box order (llx_user->rowid)
7 maxline int(11) YES NULL
8 params varchar(255) YES NULL

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
uk_boxes UNIQUE box_id,position,fk_user
idx_boxes_boxid MULTIPLE box_id
idx_boxes_fk_user MULTIPLE fk_user