Difference between revisions of "Table llx contratdet log"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Catégorie:Table SQL]]
+
[[Category:Table SQL]]
  La documentation relative aux autres tables est disponible sur la page [[Liste des tables]]
+
[[Category:Contrat]]
  The documentation related to other tables is available on the tables list page: [[Liste des tables]]
+
[[Category:Contract]]
 +
[[Category:Contratos]]
  
= Contenu =
+
{{ListOfTables}}
  
 +
= Content/Contenu/Contenido =
 +
 +
{{flag en}} Contains the log of contrats details. This table is linked to [[Table llx_contratdet]]
 +
 +
{{flag fr}} Contient les log des les détails des contrats, cette table est liée avec la [[Table llx_contratdet]]
 +
 +
{{flag sp}} Contiene los log de los detalles de los contratos, esta tabla está vinculada con [[Table llx_contratdet]]
  
 
= Structure =
 
= Structure =
 +
== Table ==
 +
{|  align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
 +
|style="background-color: #e9e9ef"| <b>Field</b>
 +
|style="background-color: #e9e9ef"| <b>Type</b>
 +
|style="background-color: #e9e9ef"| <b>Null</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
 +
| int(11)
 +
| NO
 +
| PRI
 +
|
 +
| auto_increment
 +
| technical index
 +
{{FieldTms}}
 +
|-
 +
| fk_contratdet
 +
| int(11)
 +
| NO
 +
| MUL
 +
|
 +
|
 +
| ID of contratdet ([[Table llx_contratdet|llx_contratdet]]->rowid)
 +
|-
 +
| date
 +
| datetime
 +
| NO
 +
| MUL
 +
|
 +
|
 +
| date of order
 +
|-
 +
| statut
 +
| smallint(6)
 +
| NO
 +
|
 +
|
 +
|
 +
| state
 +
|-
 +
| fk_user_author
 +
| int(11)
 +
| NO
 +
|
 +
|
 +
|
 +
| ID creator user ([[Table llx_user|llx_user]]->rowid)
 +
|-
 +
| comentaire
 +
| text
 +
| YES
 +
|
 +
| NULL
 +
|
 +
| comentary
 +
|}&nbsp;
 +
 +
== Keys ==
 +
{|  align="left" width="100%" border="0" cellpadding="1" cellspacing="0" class="dolbox"
 +
|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_contratdet_log_fk_contratdet
 +
| MULTIPLE
 +
| fk_contratdet
 +
|-
 +
| idx_contratdet_log_date
 +
| MULTIPLE
 +
| date
 +
|}&nbsp;

Latest revision as of 12:36, 10 August 2012


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 log of contrats details. This table is linked to Table llx_contratdet

Fr verysmall.png Contient les log des les détails des contrats, cette table est liée avec la Table llx_contratdet

Es verysmall.png Contiene los log de los detalles de los contratos, esta tabla está vinculada con Table llx_contratdet

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
tms timestamp NO Current date Date of last modification. See page Field Tms.
fk_contratdet int(11) NO MUL ID of contratdet (llx_contratdet->rowid)
date datetime NO MUL date of order
statut smallint(6) NO state
fk_user_author int(11) NO ID creator user (llx_user->rowid)
comentaire text YES NULL comentary

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
idx_contratdet_log_fk_contratdet MULTIPLE fk_contratdet
idx_contratdet_log_date MULTIPLE date