Changes

m
no edit summary
Line 3: Line 3:  
{{ListOfTables}}
 
{{ListOfTables}}
   −
= Contenu =
+
=Content/Contenu/Contenido=
{{flag en}} Contains the active boxes
     −
{{flag fr}} Contient les boîtes actives
+
{{flag en}}
 +
Contains the active boxes
   −
{{flag sp}} Contiene las cajas activas.
+
{{flag fr}}
 +
Contient les boîtes actives
   −
= Structure =
+
{{flag sp}}
 +
Contiene las cajas activas.
   −
{|  align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0"  style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5"
+
=Structure=
  |style="background-color: #e9e9ef"| <b>Field</b>
+
==Table==
  |style="background-color: #e9e9ef"| <b>Type</b>
+
'''Version  Dolibarr 15'''
  |style="background-color: #e9e9ef"| <b>Null</b>
+
{| rules="all" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" width="100%" cellspacing="0" cellpadding="1" border="0" align="left"
  |style="background-color: #e9e9ef"| <b>Key</b>
+
  | style="background-color: #e9e9ef" |<b>Field</b>
  |style="background-color: #e9e9ef"| <b>Default</b>
+
  | style="background-color: #e9e9ef" |<b>Type</b>
  |style="background-color: #e9e9ef"| <b>Extra</b>
+
  | style="background-color: #e9e9ef" |<b>Null</b>
  |style="background-color: #e9e9ef"| <b>Description</b>
+
  | style="background-color: #e9e9ef" |<b>Key</b>
 +
  | style="background-color: #e9e9ef" |<b>Default</b>
 +
  | style="background-color: #e9e9ef" |<b>Extra</b>
 +
  | style="background-color: #e9e9ef" |<b>Description</b>
 
|-  
 
|-  
| rowid  
+
|rowid
| int(11)  
+
|int(11)
| &nbsp;
+
|NO
| PRI
+
|PRI
| NULL
+
|
| auto_increment  
+
|auto_increment
| index technique
+
|technical index
|}
+
|-
 +
|file
 +
|varchar(200)
 +
|NO
 +
|
 +
|
 +
|
 +
|box file.php
 +
|-
 +
|entity
 +
|int(11)
 +
|NO
 +
|
 +
|1
 +
|
 +
|multi company id
 +
|-
 +
|fk_user
 +
|int(11)
 +
|NO
 +
|
 +
|0
 +
|
 +
|if widget is private to one given user
 +
{{FieldTms}}
 +
|-
 +
|note
 +
|varchar(130)
 +
|YES
 +
|
 +
|NULL
 +
|
 +
|comments
 +
|}&nbsp;
   −
A complèter
+
==Keys==
 +
'''Version 1.2 2009/10/17'''
 +
{| rules="all" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5" width="100%" cellspacing="0" cellpadding="1" border="0" align="left"
 +
| style="background-color: #e9e9ef" |<b>Key</b>
 +
| style="background-color: #e9e9ef" |<b>Type</b>
 +
| style="background-color: #e9e9ef" |<b>Fields</b>
 +
|-
 +
|PRIMARY
 +
|PRIMARY
 +
|rowid
 +
|-
 +
|uk_boxes_def
 +
|UNIQUE
 +
|file,entity
 +
|}&nbsp;