Line 10:
Line 10:
= Structure =
= Structure =
+
== Table ==
+
'''Version 1.1 2009/10/07'''
{| 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"
{| 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"
|style="background-color: #e9e9ef"| <b>Field</b>
|style="background-color: #e9e9ef"| <b>Field</b>
Line 21:
Line 23:
| rowid
| rowid
| int(11)
| int(11)
−
|
+
| NO
| PRI
| PRI
−
| NULL
+
|
| auto_increment
| auto_increment
| technical index
| technical index
Line 30:
Line 32:
| int(11)
| int(11)
| YES
| YES
−
|
+
| UNI
| NULL
| NULL
|
|
Line 63:
Line 65:
| YES
| YES
|
|
−
|
+
| NULL
|
|
| quantity of the product
| quantity of the product
Line 71:
Line 73:
| YES
| YES
|
|
−
| 0.00
+
| 0.00000000
|
|
| price unitaire
| price unitaire
Line 79:
Line 81:
| YES
| YES
|
|
−
| 0.00
+
| 0.00000000
|
|
| total of line excluding taxes
| total of line excluding taxes
Line 90:
Line 92:
|
|
| view order
| view order
−
|}
+
|}
+
== Keys ==
+
'''Version 1.1 2009/10/07'''
+
{| 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"
+
|style="background-color: #e9e9ef"| <b>Key</b>
+
|style="background-color: #e9e9ef"| <b>Type</b>
+
|style="background-color: #e9e9ef"| <b>Fields</b>
+
|-
+
| PRIMARY
+
| PRIMARY
+
| rowid
+
|-
+
| idx_livraisondet_fk_expedition
+
| UNIQUE
+
| fk_livrasion
+
|}