Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
batiment_groupe_id | varchar | 30 | null |
|
|
(bdnb) Identifiant du bâtiment au sens de la BDNB |
|||||
personne_id | varchar | 8 | null |
|
|
Concaténation de code département et du numéro de personne Majic3 (FF) |
|||||
code_departement_insee | varchar | 2 | null |
|
|
(bdnb) Code département INSEE dans lequel se trouve le bâtiment |
|||||
s_locaux | int4 | 10 | √ | null |
|
|
(ffo:slocal) Surface total de local rattaché à ce propriétaire pour ce bâtiment m² |
||||
s_log | int4 | 10 | √ | null |
|
|
(ffo:stoth) Surface total de local d''habitation rattaché à ce propriétaire pour ce bâtiment m² |
||||
nb_locaux | int4 | 10 | √ | null |
|
|
(ffo) Nombre total de locaux rattachés à ce propriétaire pour ce bâtiment |
||||
nb_log | int4 | 10 | √ | null |
|
|
(ffo) Nombre total de locaux d''habitation rattachés à ce propriétaire pour ce bâtiment |
||||
dans_majic_pm | bool | 1 | √ | null |
|
|
(majic_pm) Ce propriétaire possède des bâtiments déclarés dans majic_pm |
||||
nb_locaux_open | int4 | 10 | √ | null |
|
|
(majic_pm) nombre de locaux déclarés dans majic_pm |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
rel_batiment_groupe_proprietaire_pk_id | Primary key | Asc/Asc | personne_id + batiment_groupe_id |
rel_batiment_groupe_proprietaire_batiment_groupe_id_idx | Performance | Asc | batiment_groupe_id |
rel_batiment_groupe_proprietaire_code_departement_insee_idx | Performance | Asc | code_departement_insee |
rel_batiment_groupe_proprietaire_personne_id_idx | Performance | Asc | personne_id |