Difference between revisions of "Table llx c regions"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Category:Table SQL]] | [[Category:Table SQL]] | ||
+ | |||
{{ListOfTables}} | {{ListOfTables}} | ||
− | = Contenu = | + | = Content/Contenu/Contenido = |
+ | |||
+ | {{flag en}} Contains a list of regions for some countries. | ||
+ | |||
+ | {{flag fr}} Contient une liste des regions proposés pour certains pays. | ||
+ | {{flag sp}} Contiene la lista de regiones de varios paises. | ||
= Structure = | = Structure = | ||
Line 14: | Line 20: | ||
|style="background-color: #e9e9ef"| <b>Extra</b> | |style="background-color: #e9e9ef"| <b>Extra</b> | ||
|style="background-color: #e9e9ef"| <b>Description</b> | |style="background-color: #e9e9ef"| <b>Description</b> | ||
+ | |||
|- | |- | ||
| rowid | | rowid | ||
Line 22: | Line 29: | ||
| auto_increment | | auto_increment | ||
| technical index | | technical index | ||
+ | |- | ||
+ | | code_region | ||
+ | | int(11) | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | code of region | ||
+ | |- | ||
+ | | fk_pays | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | ID of related country ([[Table llx_c_pays|llx_c_pays]]->rowid) | ||
+ | |- | ||
+ | | cheflieu | ||
+ | | varchar(7) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | Postal Code of circonscription of region | ||
+ | |- | ||
+ | | tncc | ||
+ | | int(11) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | ID of ncc | ||
+ | |- | ||
+ | | nom | ||
+ | | varchar(50) | ||
+ | | YES | ||
+ | | | ||
+ | | NULL | ||
+ | | | ||
+ | | Name of region | ||
+ | |- | ||
+ | | active | ||
+ | | tinyint(4) | ||
+ | | | ||
+ | | | ||
+ | | 1 | ||
+ | | | ||
+ | | Is the region active? | ||
|} | |} |
Revision as of 14:48, 25 May 2009
The documentation related to other tables is available on the page: Table SQL
La documentation relative aux autres tables est disponible sur la page: Table SQL
La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
与其他表相关的文档请参阅:Table SQL
Content/Contenu/Contenido
Contains a list of regions for some countries.
Contient une liste des regions proposés pour certains pays.
Contiene la lista de regiones de varios paises.
Structure
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | PRI | NULL | auto_increment | technical index | |
code_region | int(11) | code of region | ||||
fk_pays | int(11) | YES | NULL | ID of related country (llx_c_pays->rowid) | ||
cheflieu | varchar(7) | YES | NULL | Postal Code of circonscription of region | ||
tncc | int(11) | YES | NULL | ID of ncc | ||
nom | varchar(50) | YES | NULL | Name of region | ||
active | tinyint(4) | 1 | Is the region active? |