Difference between revisions of "Table llx entrepot"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
[[Catégorie:Stock]][[Catégorie:Table SQL]]
 
[[Catégorie:Stock]][[Catégorie:Table SQL]]
 +
 +
La table '''llx_entrepot''' contient la liste des entrepôts et des informations de localisation les concernant
  
 
<pre>
 
<pre>

Revision as of 03:45, 31 July 2007

Catégorie:StockCatégorie:Table SQL

La table llx_entrepot contient la liste des entrepôts et des informations de localisation les concernant

+----------------+--------------+------+-----+-------------------+----------------+
| Field          | Type         | Null | Key | Default           | Extra          |
+----------------+--------------+------+-----+-------------------+----------------+
| rowid          | int(11)      |      | PRI | NULL              | auto_increment |
| datec          | datetime     | YES  |     | NULL              |                |
| tms            | timestamp    | YES  |     | CURRENT_TIMESTAMP |                |
| label          | varchar(255) |      | UNI |                   |                |
| description    | text         | YES  |     | NULL              |                |
| lieu           | varchar(64)  | YES  |     | NULL              |                |
| address        | varchar(255) | YES  |     | NULL              |                |
| cp             | varchar(10)  | YES  |     | NULL              |                |
| ville          | varchar(50)  | YES  |     | NULL              |                |
| fk_pays        | int(11)      | YES  |     | 0                 |                |
| statut         | tinyint(4)   | YES  |     | 1                 |                |
| fk_user_author | int(11)      | YES  |     | NULL              |                |
+----------------+--------------+------+-----+-------------------+----------------+