Table llx c departements
Jump to navigation
Jump to search
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 departments for some countries.
Contient une liste des départments proposés pour certains pays.
Contiene la lista de departamentos (provincias) de varios paises.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
code_departement | varchar(6) | NO | UNI | code of departement/province/state/district: note this alphanumeric code must be unique to the entire table/all other global provinces, not just to one country. | ||
fk_region | int(11) | YES | UNI | NULL | ID of related region (llx_c_regions->code_region) | |
cheflieu | varchar(7) | YES | NULL | Postal Code of departement/province/district. | ||
tncc | int(11) | YES | NULL | ID of ncc - Used for France only. Means "Type de nom en clair". See http://www.insee.fr/fr/methodes/nomenclatures/cog/documentation.asp?page=telechargement/2015/doc/doc_variables.htm | ||
ncc | varchar(50) | YES | NULL | ncc - Used for France only. Means "Nom en clair". See http://www.insee.fr/fr/methodes/nomenclatures/cog/documentation.asp?page=telechargement/2015/doc/doc_variables.htm | ||
nom | varchar(50) | YES | NULL | Name of departement | ||
active | tinyint(4) | NO | 1 | Is the departement active? |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_departements | UNIQUE | code_departement,fk_region |
idx_departements_fk_region | MULTIPLE | fk_region |