/[openfoncier]/trunk/data/pgsql/v3.12.0-a1.sql
ViewVC logotype

Annotation of /trunk/data/pgsql/v3.12.0-a1.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2517 - (hide annotations)
Tue Nov 26 15:29:59 2013 UTC (11 years, 2 months ago) by softime
Original Path: trunk/data/pgsql/v3.12.0-a1-dev.sql
File size: 91639 byte(s)
Ajout commentaires table instructeur

1 nmeucci 2466 --------------------------------------------------------------------------------
2     -- Script de mise à jour vers la version v3.12.0-a1
3     --
4     -- XXX Ce fichier doit être renommé en v3.11.0-a1.sql au moment de la release
5     --
6     -- @package openfoncier
7     -- @version SVN : $Id$
8 nhaye 2472 -------------------------------------------------------------------------------
9    
10     --
11     -- Commentaires des tables
12     --
13    
14     -- action
15     COMMENT ON TABLE action IS 'Action effectuée lors de l''ajout d''un événement d''instruction';
16     COMMENT ON COLUMN action.action IS 'Identifiant unique';
17     COMMENT ON COLUMN action.libelle IS 'Libellé de l''action';
18     COMMENT ON COLUMN action.regle_etat IS 'Règle de calcul de l''état des dossiers d''instruction';
19     COMMENT ON COLUMN action.regle_delai IS 'Règle de calcul du délai des dossiers d''instruction';
20     COMMENT ON COLUMN action.regle_accord_tacite IS 'Règle de calcul de l''accord tacite ou non des dossiers d''instruction';
21     COMMENT ON COLUMN action.regle_avis IS 'Règle de calcul de l''avis final des dossiers d''instruction';
22     COMMENT ON COLUMN action.regle_date_limite IS 'Règle de calcul de la date limite des dossiers d''instruction';
23     COMMENT ON COLUMN action.regle_date_notification_delai IS 'Règle de calcul de la date de notification de délai des dossiers d''instruction';
24     COMMENT ON COLUMN action.regle_date_complet IS 'Règle de calcul de la date de complétude des dossiers d''instruction';
25     COMMENT ON COLUMN action.regle_date_validite IS 'Règle de calcul de date de validité des dossiers d''instruction';
26     COMMENT ON COLUMN action.regle_date_decision IS 'Règle de calcul de date de décision des dossiers d''instruction';
27     COMMENT ON COLUMN action.regle_date_chantier IS 'Règle de calcul de date d''ouverture de chantier chantier';
28     COMMENT ON COLUMN action.regle_date_achevement IS 'Règle de calcul de date d''achèvement de travaux';
29     COMMENT ON COLUMN action.regle_date_conformite IS 'Règle de calcul de date de conformité des dossiers d''instruction';
30     COMMENT ON COLUMN action.regle_date_rejet IS 'Règle de calcul de la date de rejet des dossiers d''instruction';
31     COMMENT ON COLUMN action.regle_date_dernier_depot IS 'Règle de calcul de la date de dernier dépôt des dossiers d''instruction';
32     COMMENT ON COLUMN action.regle_date_limite_incompletude IS 'Règle de calcul de la date limite d''incomplétude des dossiers d''instruction';
33     COMMENT ON COLUMN action.regle_delai_incompletude IS 'Règle de calcul du délai d''incomplétude des dossiers d''instruction';
34     COMMENT ON COLUMN action.regle_autorite_competente IS 'Règle de calcul de l''autorité compétente des dossiers d''instruction';
35    
36     -- affectation_automatique
37 nhaye 2480 COMMENT ON TABLE affectation_automatique IS 'Les dossiers d''instruction sont affectés aux instructeurs en fonction du type de dossier, arrondissement, quartier et section (dans cette priorité)';
38     COMMENT ON COLUMN affectation_automatique.affectation_automatique IS 'Identifiant unique';
39     COMMENT ON COLUMN affectation_automatique.arrondissement IS 'Arrondissement affecté à l''instructeur';
40     COMMENT ON COLUMN affectation_automatique.quartier IS 'Quartier affecté à l''instructeur';
41     COMMENT ON COLUMN affectation_automatique.section IS 'Section affectée à l''instructeur';
42     COMMENT ON COLUMN affectation_automatique.instructeur IS 'Identifiant de l''instructeur';
43     COMMENT ON COLUMN affectation_automatique.dossier_autorisation_type_detaille IS 'Type de dossier d''autorisation affectés à l''instructeur';
44 nhaye 2472
45     -- architecte
46    
47 vpihour 2475 COMMENT ON TABLE architecte IS 'Coordonnées d''un architecte';
48     COMMENT ON COLUMN architecte.architecte IS 'Identifiant unique';
49     COMMENT ON COLUMN architecte.nom IS 'Nom de famille de l''architecte';
50     COMMENT ON COLUMN architecte.prenom IS 'Prénom de l''architecte';
51     COMMENT ON COLUMN architecte.adresse1 IS 'Adresse de l''architecte';
52     COMMENT ON COLUMN architecte.adresse2 IS 'Complément d''adresse de l''architecte';
53     COMMENT ON COLUMN architecte.cp IS 'Code postal de l''architecte';
54     COMMENT ON COLUMN architecte.ville IS 'Ville de l''architecte';
55     COMMENT ON COLUMN architecte.pays IS 'Pays de l''architecte';
56     COMMENT ON COLUMN architecte.inscription IS 'Numéro d''inscription au conseil national de l''ordre des architectes de l''architecte';
57     COMMENT ON COLUMN architecte.telephone IS 'Téléphone de l''architecte';
58     COMMENT ON COLUMN architecte.fax IS 'Fax de l''architecte';
59     COMMENT ON COLUMN architecte.email IS 'Email de l''architecte';
60     COMMENT ON COLUMN architecte.note IS 'Note à propos de l''architecte';
61     COMMENT ON COLUMN architecte.frequent IS 'Permet de faire apparaître l''architecte dans la recherche sur les architectes dans les données techniques';
62     COMMENT ON COLUMN architecte.nom_cabinet IS 'Nom du cabinet dans lequel travail l''architecte';
63    
64 nhaye 2472 -- arrondissement
65 softime 2473 COMMENT ON TABLE arrondissement IS 'Division territoriale, administrative de la ville';
66     COMMENT ON COLUMN arrondissement.arrondissement IS 'Identifiant unique';
67     COMMENT ON COLUMN arrondissement.libelle IS 'Libellé de l''arrondissement';
68     COMMENT ON COLUMN arrondissement.code_postal IS 'Code postal de l''arrondissement';
69     COMMENT ON COLUMN arrondissement.code_impots IS 'Code impôt de l''arrondissement, notamment utilisé pour les références cadastrales afin de récupérer l''adresse depuis un SIG';
70 nhaye 2472
71     -- autorite_competente
72 softime 2474 COMMENT ON TABLE autorite_competente IS 'Autorité compétente pour rendre une décision sur une instruction';
73     COMMENT ON COLUMN autorite_competente.autorite_competente IS 'Identifiant unique';
74     COMMENT ON COLUMN autorite_competente.code IS 'Le code de l''autorité compétente';
75     COMMENT ON COLUMN autorite_competente.libelle IS 'Libellé de l''autorité compétente';
76     COMMENT ON COLUMN autorite_competente.description IS 'Description de l''autorité compétente';
77 nhaye 2472
78     -- avis_consultation
79 softime 2476 COMMENT ON TABLE avis_consultation IS 'Avis décidé après une consultation';
80     COMMENT ON COLUMN avis_consultation.avis_consultation IS 'Identifiant unique';
81     COMMENT ON COLUMN avis_consultation.libelle IS 'Libellé de l''avis';
82     COMMENT ON COLUMN avis_consultation.abrege IS 'Abréviation de l''avis';
83     COMMENT ON COLUMN avis_consultation.om_validite_debut IS 'Date de début de validité de l''avis';
84     COMMENT ON COLUMN avis_consultation.om_validite_fin IS 'Date de fin de validité de l''avis';
85 nhaye 2472
86     -- avis_decision
87 vpihour 2478 COMMENT ON TABLE avis_decision IS 'Avis décidé après l''instruction d''un dossier d''instruction';
88 vpihour 2477 COMMENT ON COLUMN avis_decision.libelle IS 'Libellé de l''avis';
89     COMMENT ON COLUMN avis_decision.typeavis IS 'Type d''avis à rendre';
90     COMMENT ON COLUMN avis_decision.sitadel IS 'Type de mouvement sitadel';
91     COMMENT ON COLUMN avis_decision.sitadel_motif IS 'Motif de refus sitadel';
92     COMMENT ON COLUMN avis_decision.avis_decision IS 'Identifiant unique';
93 nhaye 2472
94     -- bible
95 softime 2481 COMMENT ON TABLE bible IS 'Bible qui regroupe des textes applicable sur les événements d''instruction';
96     COMMENT ON COLUMN bible.bible IS 'Identifiant unique';
97     COMMENT ON COLUMN bible.libelle IS 'Titre/Résumé du texte de la bible';
98     COMMENT ON COLUMN bible.evenement IS 'Événement sur lequel le texte de la bible est applicable';
99     COMMENT ON COLUMN bible.contenu IS 'Texte de la bible';
100     COMMENT ON COLUMN bible.complement IS 'Complément de l''événement d''instruction sur lequel s''applique le texte de la bible';
101     COMMENT ON COLUMN bible.automatique IS 'Applique automatiquement le texte de la bible sur la lettre type';
102     COMMENT ON COLUMN bible.dossier_autorisation_type IS 'Type du dossier d''autorisation sur lequel le texte de la bible est applicable';
103 nhaye 2472
104     -- blocnote
105 vpihour 2479 COMMENT ON TABLE blocnote IS 'Annotation concernant le dossier d''instruction lié';
106     COMMENT ON COLUMN blocnote.blocnote IS 'Identifiant unique';
107     COMMENT ON COLUMN blocnote.categorie IS 'Catégorie de la note';
108     COMMENT ON COLUMN blocnote.note IS 'Contenu de la note';
109     COMMENT ON COLUMN blocnote.dossier IS 'Dossier d''instruction lié';
110 nhaye 2472
111     -- cerfa
112 vpihour 2484 COMMENT ON TABLE cerfa IS 'Configuration de l''affichage des formulaires CERFA';
113     COMMENT ON COLUMN cerfa.cerfa IS 'Identifiant unique';
114     COMMENT ON COLUMN cerfa.libelle IS 'Libellé du formulaire CERFA';
115     COMMENT ON COLUMN cerfa.code IS 'Code du formulaire CERFA';
116     COMMENT ON COLUMN cerfa.om_validite_debut IS 'Début de validité du formulaire CERFA';
117     COMMENT ON COLUMN cerfa.om_validite_fin IS 'Fin de validité du formulaire CERFA';
118     COMMENT ON COLUMN cerfa.am_lotiss IS 'Va afficher le champ am_lotiss';
119     COMMENT ON COLUMN cerfa.am_autre_div IS 'Va afficher le champ am_autre_div';
120     COMMENT ON COLUMN cerfa.am_camping IS 'Va afficher le champ am_camping';
121     COMMENT ON COLUMN cerfa.am_caravane IS 'Va afficher le champ am_caravane';
122     COMMENT ON COLUMN cerfa.am_carav_duree IS 'Va afficher le champ am_carav_duree';
123     COMMENT ON COLUMN cerfa.am_statio IS 'Va afficher le champ am_statio';
124     COMMENT ON COLUMN cerfa.am_statio_cont IS 'Va afficher le champ am_statio_cont';
125     COMMENT ON COLUMN cerfa.am_affou_exhau IS 'Va afficher le champ am_affou_exhau';
126     COMMENT ON COLUMN cerfa.am_affou_exhau_sup IS 'Va afficher le champ am_affou_exhau_sup';
127     COMMENT ON COLUMN cerfa.am_affou_prof IS 'Va afficher le champ am_affou_prof';
128     COMMENT ON COLUMN cerfa.am_exhau_haut IS 'Va afficher le champ am_exhau_haut';
129     COMMENT ON COLUMN cerfa.am_coupe_abat IS 'Va afficher le champ am_coupe_abat';
130     COMMENT ON COLUMN cerfa.am_prot_plu IS 'Va afficher le champ am_prot_plu';
131     COMMENT ON COLUMN cerfa.am_prot_muni IS 'Va afficher le champ am_prot_muni';
132     COMMENT ON COLUMN cerfa.am_mobil_voyage IS 'Va afficher le champ am_mobil_voyage';
133     COMMENT ON COLUMN cerfa.am_aire_voyage IS 'Va afficher le champ am_aire_voyage';
134     COMMENT ON COLUMN cerfa.am_rememb_afu IS 'Va afficher le champ am_rememb_afu';
135     COMMENT ON COLUMN cerfa.am_parc_resid_loi IS 'Va afficher le champ am_parc_resid_loi';
136     COMMENT ON COLUMN cerfa.am_sport_moto IS 'Va afficher le champ am_sport_moto';
137     COMMENT ON COLUMN cerfa.am_sport_attrac IS 'Va afficher le champ am_sport_attrac';
138     COMMENT ON COLUMN cerfa.am_sport_golf IS 'Va afficher le champ am_sport_golf';
139     COMMENT ON COLUMN cerfa.am_mob_art IS 'Va afficher le champ am_mob_art';
140     COMMENT ON COLUMN cerfa.am_modif_voie_esp IS 'Va afficher le champ am_modif_voie_esp';
141     COMMENT ON COLUMN cerfa.am_plant_voie_esp IS 'Va afficher le champ am_plant_voie_esp';
142     COMMENT ON COLUMN cerfa.am_chem_ouv_esp IS 'Va afficher le champ am_chem_ouv_esp';
143     COMMENT ON COLUMN cerfa.am_agri_peche IS 'Va afficher le champ am_agri_peche';
144     COMMENT ON COLUMN cerfa.am_crea_voie IS 'Va afficher le champ am_crea_voie';
145     COMMENT ON COLUMN cerfa.am_modif_voie_exist IS 'Va afficher le champ am_modif_voie_exist';
146     COMMENT ON COLUMN cerfa.am_crea_esp_sauv IS 'Va afficher le champ am_crea_esp_sauv';
147     COMMENT ON COLUMN cerfa.am_crea_esp_class IS 'Va afficher le champ am_crea_esp_class';
148     COMMENT ON COLUMN cerfa.am_projet_desc IS 'Va afficher le champ am_projet_desc';
149     COMMENT ON COLUMN cerfa.am_terr_surf IS 'Va afficher le champ am_terr_surf';
150     COMMENT ON COLUMN cerfa.am_tranche_desc IS 'Va afficher le champ am_tranche_desc';
151     COMMENT ON COLUMN cerfa.am_lot_max_nb IS 'Va afficher le champ am_lot_max_nb';
152     COMMENT ON COLUMN cerfa.am_lot_max_shon IS 'Va afficher le champ am_lot_max_shon';
153     COMMENT ON COLUMN cerfa.am_lot_cstr_cos IS 'Va afficher le champ am_lot_cstr_cos';
154     COMMENT ON COLUMN cerfa.am_lot_cstr_plan IS 'Va afficher le champ am_lot_cstr_plan';
155     COMMENT ON COLUMN cerfa.am_lot_cstr_vente IS 'Va afficher le champ am_lot_cstr_vente';
156     COMMENT ON COLUMN cerfa.am_lot_fin_diff IS 'Va afficher le champ am_lot_fin_diff';
157     COMMENT ON COLUMN cerfa.am_lot_consign IS 'Va afficher le champ am_lot_consign';
158     COMMENT ON COLUMN cerfa.am_lot_gar_achev IS 'Va afficher le champ am_lot_gar_achev';
159     COMMENT ON COLUMN cerfa.am_lot_vente_ant IS 'Va afficher le champ am_lot_vente_ant';
160     COMMENT ON COLUMN cerfa.am_empl_nb IS 'Va afficher le champ am_empl_nb';
161     COMMENT ON COLUMN cerfa.am_tente_nb IS 'Va afficher le champ am_tente_nb';
162     COMMENT ON COLUMN cerfa.am_carav_nb IS 'Va afficher le champ am_carav_nb';
163     COMMENT ON COLUMN cerfa.am_mobil_nb IS 'Va afficher le champ am_mobil_nb';
164     COMMENT ON COLUMN cerfa.am_pers_nb IS 'Va afficher le champ am_pers_nb';
165     COMMENT ON COLUMN cerfa.am_empl_hll_nb IS 'Va afficher le champ am_empl_hll_nb';
166     COMMENT ON COLUMN cerfa.am_hll_shon IS 'Va afficher le champ am_hll_shon';
167     COMMENT ON COLUMN cerfa.am_periode_exploit IS 'Va afficher le champ am_periode_exploit';
168     COMMENT ON COLUMN cerfa.am_exist_agrand IS 'Va afficher le champ am_exist_agrand';
169     COMMENT ON COLUMN cerfa.am_exist_date IS 'Va afficher le champ am_exist_date';
170     COMMENT ON COLUMN cerfa.am_exist_num IS 'Va afficher le champ am_exist_num';
171     COMMENT ON COLUMN cerfa.am_exist_nb_avant IS 'Va afficher le champ am_exist_nb_avant';
172     COMMENT ON COLUMN cerfa.am_exist_nb_apres IS 'Va afficher le champ am_exist_nb_apres';
173     COMMENT ON COLUMN cerfa.am_coupe_bois IS 'Va afficher le champ am_coupe_bois';
174     COMMENT ON COLUMN cerfa.am_coupe_parc IS 'Va afficher le champ am_coupe_parc';
175     COMMENT ON COLUMN cerfa.am_coupe_align IS 'Va afficher le champ am_coupe_align';
176     COMMENT ON COLUMN cerfa.am_coupe_ess IS 'Va afficher le champ am_coupe_ess';
177     COMMENT ON COLUMN cerfa.am_coupe_age IS 'Va afficher le champ am_coupe_age';
178     COMMENT ON COLUMN cerfa.am_coupe_dens IS 'Va afficher le champ am_coupe_dens';
179     COMMENT ON COLUMN cerfa.am_coupe_qual IS 'Va afficher le champ am_coupe_qual';
180     COMMENT ON COLUMN cerfa.am_coupe_trait IS 'Va afficher le champ am_coupe_trait';
181     COMMENT ON COLUMN cerfa.am_coupe_autr IS 'Va afficher le champ am_coupe_autr';
182     COMMENT ON COLUMN cerfa.co_archi_recours IS 'Va afficher le champ co_archi_recours';
183     COMMENT ON COLUMN cerfa.co_cstr_nouv IS 'Va afficher le champ co_cstr_nouv';
184     COMMENT ON COLUMN cerfa.co_cstr_exist IS 'Va afficher le champ co_cstr_exist';
185     COMMENT ON COLUMN cerfa.co_cloture IS 'Va afficher le champ co_cloture';
186     COMMENT ON COLUMN cerfa.co_elec_tension IS 'Va afficher le champ co_elec_tension';
187     COMMENT ON COLUMN cerfa.co_div_terr IS 'Va afficher le champ co_div_terr';
188     COMMENT ON COLUMN cerfa.co_projet_desc IS 'Va afficher le champ co_projet_desc';
189     COMMENT ON COLUMN cerfa.co_anx_pisc IS 'Va afficher le champ co_anx_pisc';
190     COMMENT ON COLUMN cerfa.co_anx_gara IS 'Va afficher le champ co_anx_gara';
191     COMMENT ON COLUMN cerfa.co_anx_veran IS 'Va afficher le champ co_anx_veran';
192     COMMENT ON COLUMN cerfa.co_anx_abri IS 'Va afficher le champ co_anx_abri';
193     COMMENT ON COLUMN cerfa.co_anx_autr IS 'Va afficher le champ co_anx_autr';
194     COMMENT ON COLUMN cerfa.co_anx_autr_desc IS 'Va afficher le champ co_anx_autr_desc';
195     COMMENT ON COLUMN cerfa.co_tot_log_nb IS 'Va afficher le champ co_tot_log_nb';
196     COMMENT ON COLUMN cerfa.co_tot_ind_nb IS 'Va afficher le champ co_tot_ind_nb';
197     COMMENT ON COLUMN cerfa.co_tot_coll_nb IS 'Va afficher le champ co_tot_coll_nb';
198     COMMENT ON COLUMN cerfa.co_mais_piece_nb IS 'Va afficher le champ co_mais_piece_nb';
199     COMMENT ON COLUMN cerfa.co_mais_niv_nb IS 'Va afficher le champ co_mais_niv_nb';
200     COMMENT ON COLUMN cerfa.co_fin_lls_nb IS 'Va afficher le champ co_fin_lls_nb';
201     COMMENT ON COLUMN cerfa.co_fin_aa_nb IS 'Va afficher le champ co_fin_aa_nb';
202     COMMENT ON COLUMN cerfa.co_fin_ptz_nb IS 'Va afficher le champ co_fin_ptz_nb';
203     COMMENT ON COLUMN cerfa.co_fin_autr_nb IS 'Va afficher le champ co_fin_autr_nb';
204     COMMENT ON COLUMN cerfa.co_fin_autr_desc IS 'Va afficher le champ co_fin_autr_desc';
205     COMMENT ON COLUMN cerfa.co_mais_contrat_ind IS 'Va afficher le champ co_mais_contrat_ind';
206     COMMENT ON COLUMN cerfa.co_uti_pers IS 'Va afficher le champ co_uti_pers';
207     COMMENT ON COLUMN cerfa.co_uti_vente IS 'Va afficher le champ co_uti_vente';
208     COMMENT ON COLUMN cerfa.co_uti_loc IS 'Va afficher le champ co_uti_loc';
209     COMMENT ON COLUMN cerfa.co_uti_princ IS 'Va afficher le champ co_uti_princ';
210     COMMENT ON COLUMN cerfa.co_uti_secon IS 'Va afficher le champ co_uti_secon';
211     COMMENT ON COLUMN cerfa.co_resid_agees IS 'Va afficher le champ co_resid_agees';
212     COMMENT ON COLUMN cerfa.co_resid_etud IS 'Va afficher le champ co_resid_etud';
213     COMMENT ON COLUMN cerfa.co_resid_tourism IS 'Va afficher le champ co_resid_tourism';
214     COMMENT ON COLUMN cerfa.co_resid_hot_soc IS 'Va afficher le champ co_resid_hot_soc';
215     COMMENT ON COLUMN cerfa.co_resid_soc IS 'Va afficher le champ co_resid_soc';
216     COMMENT ON COLUMN cerfa.co_resid_hand IS 'Va afficher le champ co_resid_hand';
217     COMMENT ON COLUMN cerfa.co_resid_autr IS 'Va afficher le champ co_resid_autr';
218     COMMENT ON COLUMN cerfa.co_resid_autr_desc IS 'Va afficher le champ co_resid_autr_desc';
219     COMMENT ON COLUMN cerfa.co_foyer_chamb_nb IS 'Va afficher le champ co_foyer_chamb_nb';
220     COMMENT ON COLUMN cerfa.co_log_1p_nb IS 'Va afficher le champ co_log_1p_nb';
221     COMMENT ON COLUMN cerfa.co_log_2p_nb IS 'Va afficher le champ co_log_2p_nb';
222     COMMENT ON COLUMN cerfa.co_log_3p_nb IS 'Va afficher le champ co_log_3p_nb';
223     COMMENT ON COLUMN cerfa.co_log_4p_nb IS 'Va afficher le champ co_log_4p_nb';
224     COMMENT ON COLUMN cerfa.co_log_5p_nb IS 'Va afficher le champ co_log_5p_nb';
225     COMMENT ON COLUMN cerfa.co_log_6p_nb IS 'Va afficher le champ co_log_6p_nb';
226     COMMENT ON COLUMN cerfa.co_bat_niv_nb IS 'Va afficher le champ co_bat_niv_nb';
227     COMMENT ON COLUMN cerfa.co_trx_exten IS 'Va afficher le champ co_trx_exten';
228     COMMENT ON COLUMN cerfa.co_trx_surelev IS 'Va afficher le champ co_trx_surelev';
229     COMMENT ON COLUMN cerfa.co_trx_nivsup IS 'Va afficher le champ co_trx_nivsup';
230     COMMENT ON COLUMN cerfa.co_demont_periode IS 'Va afficher le champ co_demont_periode';
231     COMMENT ON COLUMN cerfa.co_sp_transport IS 'Va afficher le champ co_sp_transport';
232     COMMENT ON COLUMN cerfa.co_sp_enseign IS 'Va afficher le champ co_sp_enseign';
233     COMMENT ON COLUMN cerfa.co_sp_act_soc IS 'Va afficher le champ co_sp_act_soc';
234     COMMENT ON COLUMN cerfa.co_sp_ouvr_spe IS 'Va afficher le champ co_sp_ouvr_spe';
235     COMMENT ON COLUMN cerfa.co_sp_sante IS 'Va afficher le champ co_sp_sante';
236     COMMENT ON COLUMN cerfa.co_sp_culture IS 'Va afficher le champ co_sp_culture';
237     COMMENT ON COLUMN cerfa.co_statio_avt_nb IS 'Va afficher le champ co_statio_avt_nb';
238     COMMENT ON COLUMN cerfa.co_statio_apr_nb IS 'Va afficher le champ co_statio_apr_nb';
239     COMMENT ON COLUMN cerfa.co_statio_adr IS 'Va afficher le champ co_statio_adr';
240     COMMENT ON COLUMN cerfa.co_statio_place_nb IS 'Va afficher le champ co_statio_place_nb';
241     COMMENT ON COLUMN cerfa.co_statio_tot_surf IS 'Va afficher le champ co_statio_tot_surf';
242     COMMENT ON COLUMN cerfa.co_statio_tot_shob IS 'Va afficher le champ co_statio_tot_shob';
243     COMMENT ON COLUMN cerfa.co_statio_comm_cin_surf IS 'Va afficher le champ co_statio_comm_cin_surf';
244     COMMENT ON COLUMN cerfa.tab_surface IS 'Va afficher le champ tab_surface';
245     COMMENT ON COLUMN cerfa.dm_constr_dates IS 'Va afficher le champ dm_constr_dates';
246     COMMENT ON COLUMN cerfa.dm_total IS 'Va afficher le champ dm_total';
247     COMMENT ON COLUMN cerfa.dm_partiel IS 'Va afficher le champ dm_partiel';
248     COMMENT ON COLUMN cerfa.dm_projet_desc IS 'Va afficher le champ dm_projet_desc';
249     COMMENT ON COLUMN cerfa.dm_tot_log_nb IS 'Va afficher le champ dm_tot_log_nb';
250     COMMENT ON COLUMN cerfa.tax_surf_tot IS 'Va afficher le champ tax_surf_tot';
251     COMMENT ON COLUMN cerfa.tax_surf IS 'Va afficher le champ tax_surf';
252     COMMENT ON COLUMN cerfa.tax_surf_suppr_mod IS 'Va afficher le champ tax_surf_suppr_mod';
253     COMMENT ON COLUMN cerfa.tab_tax_su_princ IS 'Va afficher le champ tab_tax_su_princ';
254     COMMENT ON COLUMN cerfa.tab_tax_su_heber IS 'Va afficher le champ tab_tax_su_heber';
255     COMMENT ON COLUMN cerfa.tab_tax_su_secon IS 'Va afficher le champ tab_tax_su_secon';
256     COMMENT ON COLUMN cerfa.tab_tax_su_tot IS 'Va afficher le champ tab_tax_su_tot';
257     COMMENT ON COLUMN cerfa.tax_ext_pret IS 'Va afficher le champ tax_ext_pret';
258     COMMENT ON COLUMN cerfa.tax_ext_desc IS 'Va afficher le champ tax_ext_desc';
259     COMMENT ON COLUMN cerfa.tax_surf_tax_exist_cons IS 'Va afficher le champ tax_surf_tax_exist_cons';
260     COMMENT ON COLUMN cerfa.tax_log_exist_nb IS 'Va afficher le champ tax_log_exist_nb';
261     COMMENT ON COLUMN cerfa.tax_trx_presc_ppr IS 'Va afficher le champ tax_trx_presc_ppr';
262     COMMENT ON COLUMN cerfa.tax_monu_hist IS 'Va afficher le champ tax_monu_hist';
263     COMMENT ON COLUMN cerfa.tax_comm_nb IS 'Va afficher le champ tax_comm_nb';
264     COMMENT ON COLUMN cerfa.tab_tax_su_non_habit_surf IS 'Va afficher le champ tab_tax_su_non_habit_surf';
265     COMMENT ON COLUMN cerfa.tab_tax_am IS 'Va afficher le champ tab_tax_am';
266     COMMENT ON COLUMN cerfa.vsd_surf_planch_smd IS 'Va afficher le champ vsd_surf_planch_smd';
267     COMMENT ON COLUMN cerfa.vsd_unit_fonc_sup IS 'Va afficher le champ vsd_unit_fonc_sup';
268     COMMENT ON COLUMN cerfa.vsd_unit_fonc_constr_sup IS 'Va afficher le champ vsd_unit_fonc_constr_sup';
269     COMMENT ON COLUMN cerfa.vsd_val_terr IS 'Va afficher le champ vsd_val_terr';
270     COMMENT ON COLUMN cerfa.vsd_const_sxist_non_dem_surf IS 'Va afficher le champ vsd_const_sxist_non_dem_surf';
271     COMMENT ON COLUMN cerfa.vsd_rescr_fisc IS 'Va afficher le champ vsd_rescr_fisc';
272     COMMENT ON COLUMN cerfa.pld_val_terr IS 'Va afficher le champ pld_val_terr';
273     COMMENT ON COLUMN cerfa.pld_const_exist_dem IS 'Va afficher le champ pld_const_exist_dem';
274     COMMENT ON COLUMN cerfa.pld_const_exist_dem_surf IS 'Va afficher le champ pld_const_exist_dem_surf';
275     COMMENT ON COLUMN cerfa.code_cnil IS 'Va afficher le champ code_cnil';
276     COMMENT ON COLUMN cerfa.terr_juri_titul IS 'Va afficher le champ terr_juri_titul';
277     COMMENT ON COLUMN cerfa.terr_juri_lot IS 'Va afficher le champ terr_juri_lot';
278     COMMENT ON COLUMN cerfa.terr_juri_zac IS 'Va afficher le champ terr_juri_zac';
279     COMMENT ON COLUMN cerfa.terr_juri_afu IS 'Va afficher le champ terr_juri_afu';
280     COMMENT ON COLUMN cerfa.terr_juri_pup IS 'Va afficher le champ terr_juri_pup';
281     COMMENT ON COLUMN cerfa.terr_juri_oin IS 'Va afficher le champ terr_juri_oin';
282     COMMENT ON COLUMN cerfa.terr_juri_desc IS 'Va afficher le champ terr_juri_desc';
283     COMMENT ON COLUMN cerfa.terr_div_surf_etab IS 'Va afficher le champ terr_div_surf_etab';
284     COMMENT ON COLUMN cerfa.terr_div_surf_av_div IS 'Va afficher le champ terr_div_surf_av_div';
285     COMMENT ON COLUMN cerfa.doc_date IS 'Va afficher le champ doc_date';
286     COMMENT ON COLUMN cerfa.doc_tot_trav IS 'Va afficher le champ doc_tot_trav';
287     COMMENT ON COLUMN cerfa.doc_tranche_trav IS 'Va afficher le champ doc_tranche_trav';
288     COMMENT ON COLUMN cerfa.doc_tranche_trav_desc IS 'Va afficher le champ doc_tranche_trav_desc';
289     COMMENT ON COLUMN cerfa.doc_surf IS 'Va afficher le champ doc_surf';
290     COMMENT ON COLUMN cerfa.doc_nb_log IS 'Va afficher le champ doc_nb_log';
291     COMMENT ON COLUMN cerfa.doc_nb_log_indiv IS 'Va afficher le champ doc_nb_log_indiv';
292     COMMENT ON COLUMN cerfa.doc_nb_log_coll IS 'Va afficher le champ doc_nb_log_coll';
293     COMMENT ON COLUMN cerfa.doc_nb_log_lls IS 'Va afficher le champ doc_nb_log_lls';
294     COMMENT ON COLUMN cerfa.doc_nb_log_aa IS 'Va afficher le champ doc_nb_log_aa';
295     COMMENT ON COLUMN cerfa.doc_nb_log_ptz IS 'Va afficher le champ doc_nb_log_ptz';
296     COMMENT ON COLUMN cerfa.doc_nb_log_autre IS 'Va afficher le champ doc_nb_log_autre';
297     COMMENT ON COLUMN cerfa.daact_date IS 'Va afficher le champ daact_date';
298     COMMENT ON COLUMN cerfa.daact_date_chgmt_dest IS 'Va afficher le champ daact_date_chgmt_dest';
299     COMMENT ON COLUMN cerfa.daact_tot_trav IS 'Va afficher le champ daact_tot_trav';
300     COMMENT ON COLUMN cerfa.daact_tranche_trav IS 'Va afficher le champ daact_tranche_trav';
301     COMMENT ON COLUMN cerfa.daact_tranche_trav_desc IS 'Va afficher le champ daact_tranche_trav_desc';
302     COMMENT ON COLUMN cerfa.daact_surf IS 'Va afficher le champ daact_surf';
303     COMMENT ON COLUMN cerfa.daact_nb_log IS 'Va afficher le champ daact_nb_log';
304     COMMENT ON COLUMN cerfa.daact_nb_log_indiv IS 'Va afficher le champ daact_nb_log_indiv';
305     COMMENT ON COLUMN cerfa.daact_nb_log_coll IS 'Va afficher le champ daact_nb_log_coll';
306     COMMENT ON COLUMN cerfa.daact_nb_log_lls IS 'Va afficher le champ daact_nb_log_lls';
307     COMMENT ON COLUMN cerfa.daact_nb_log_aa IS 'Va afficher le champ daact_nb_log_aa';
308     COMMENT ON COLUMN cerfa.daact_nb_log_ptz IS 'Va afficher le champ daact_nb_log_ptz';
309     COMMENT ON COLUMN cerfa.daact_nb_log_autre IS 'Va afficher le champ daact_nb_log_autre';
310     COMMENT ON COLUMN cerfa.am_div_mun IS 'Va afficher le champ am_div_mun';
311     COMMENT ON COLUMN cerfa.co_perf_energ IS 'Va afficher le champ co_perf_energ';
312     COMMENT ON COLUMN cerfa.architecte IS 'Va afficher le champ architecte';
313     COMMENT ON COLUMN cerfa.co_statio_avt_shob IS 'Va afficher le champ co_statio_avt_shob';
314     COMMENT ON COLUMN cerfa.co_statio_apr_shob IS 'Va afficher le champ co_statio_apr_shob';
315     COMMENT ON COLUMN cerfa.co_statio_avt_surf IS 'Va afficher le champ co_statio_avt_surf';
316     COMMENT ON COLUMN cerfa.co_statio_apr_surf IS 'Va afficher le champ co_statio_apr_surf';
317     COMMENT ON COLUMN cerfa.co_trx_amgt IS 'Va afficher le champ co_trx_amgt';
318     COMMENT ON COLUMN cerfa.co_modif_aspect IS 'Va afficher le champ co_modif_aspect';
319     COMMENT ON COLUMN cerfa.co_modif_struct IS 'Va afficher le champ co_modif_struct';
320     COMMENT ON COLUMN cerfa.co_ouvr_elec IS 'Va afficher le champ co_ouvr_elec';
321     COMMENT ON COLUMN cerfa.co_ouvr_infra IS 'Va afficher le champ co_ouvr_infra';
322     COMMENT ON COLUMN cerfa.co_trx_imm IS 'Va afficher le champ co_trx_imm';
323     COMMENT ON COLUMN cerfa.co_cstr_shob IS 'Va afficher le champ co_cstr_shob';
324     COMMENT ON COLUMN cerfa.am_voyage_deb IS 'Va afficher le champ am_voyage_deb';
325     COMMENT ON COLUMN cerfa.am_voyage_fin IS 'Va afficher le champ am_voyage_fin';
326     COMMENT ON COLUMN cerfa.am_modif_amgt IS 'Va afficher le champ am_modif_amgt';
327     COMMENT ON COLUMN cerfa.am_lot_max_shob IS 'Va afficher le champ am_lot_max_shob';
328     COMMENT ON COLUMN cerfa.mod_desc IS 'Va afficher le champ mod_desc';
329     COMMENT ON COLUMN cerfa.tr_total IS 'Va afficher le champ tr_total';
330     COMMENT ON COLUMN cerfa.tr_partiel IS 'Va afficher le champ tr_partiel';
331     COMMENT ON COLUMN cerfa.tr_desc IS 'Va afficher le champ tr_desc';
332     COMMENT ON COLUMN cerfa.avap_co_elt_pro IS 'Va afficher le champ avap_co_elt_pro';
333     COMMENT ON COLUMN cerfa.avap_nouv_haut_surf IS 'Va afficher le champ avap_nouv_haut_surf';
334     COMMENT ON COLUMN cerfa.avap_co_clot IS 'Va afficher le champ avap_co_clot';
335     COMMENT ON COLUMN cerfa.avap_aut_coup_aba_arb IS 'Va afficher le champ avap_aut_coup_aba_arb';
336     COMMENT ON COLUMN cerfa.avap_ouv_infra IS 'Va afficher le champ avap_ouv_infra';
337     COMMENT ON COLUMN cerfa.avap_aut_inst_mob IS 'Va afficher le champ avap_aut_inst_mob';
338     COMMENT ON COLUMN cerfa.avap_aut_plant IS 'Va afficher le champ avap_aut_plant';
339     COMMENT ON COLUMN cerfa.avap_aut_auv_elec IS 'Va afficher le champ avap_aut_auv_elec';
340     COMMENT ON COLUMN cerfa.tax_dest_loc_tr IS 'Va afficher le champ tax_dest_loc_tr';
341 nhaye 2472
342     -- civilite
343 softime 2482 COMMENT ON TABLE civilite IS 'Titre de civilité';
344     COMMENT ON COLUMN civilite.civilite IS 'Identifiant unique';
345     COMMENT ON COLUMN civilite.code IS 'Code de la civilité';
346     COMMENT ON COLUMN civilite.libelle IS 'Libellé de la civilité';
347     COMMENT ON COLUMN civilite.om_validite_debut IS 'Date de debut de validité de la civilité';
348     COMMENT ON COLUMN civilite.om_validite_fin IS 'Date de fin de validité de la civilité';
349 nhaye 2472
350     -- commission
351 softime 2485 COMMENT ON TABLE commission IS 'Demande de passage en commission';
352     COMMENT ON COLUMN commission.commission IS 'Identifiant unique';
353     COMMENT ON COLUMN commission.code IS 'Code de la commission';
354     COMMENT ON COLUMN commission.commission_type IS 'Type de la commission';
355     COMMENT ON COLUMN commission.libelle IS 'Libellé de la commission';
356     COMMENT ON COLUMN commission.date_commission IS 'Date de passage en commission';
357     COMMENT ON COLUMN commission.heure_commission IS 'Heure de passage en commission';
358     COMMENT ON COLUMN commission.lieu_adresse_ligne1 IS 'Adresse lieu de passage en commission';
359     COMMENT ON COLUMN commission.lieu_adresse_ligne2 IS 'Complément adresse lieu de passage en commission';
360     COMMENT ON COLUMN commission.lieu_salle IS 'Salle du passage en commission';
361     COMMENT ON COLUMN commission.listes_de_diffusion IS 'Liste des emails à notifier pour le compte rendu de la commission';
362     COMMENT ON COLUMN commission.participants IS 'Participants à la commission';
363     COMMENT ON COLUMN commission.om_fichier_commission_ordre_jour IS 'Fichier de l''ordre du jour de commission';
364     COMMENT ON COLUMN commission.om_final_commission_ordre_jour IS 'Fichier finalisé de l''ordre du jour de commission';
365     COMMENT ON COLUMN commission.om_fichier_commission_compte_rendu IS 'Fichier du compte rendu de la commission';
366     COMMENT ON COLUMN commission.om_final_commission_compte_rendu IS 'Fichier finalisé du compte rendu de la commission';
367 nhaye 2472
368     -- commission_type
369    
370 vpihour 2493 COMMENT ON TABLE commission_type IS 'Les types de commission';
371     COMMENT ON COLUMN commission_type.commission_type IS 'Identifiant unique';
372     COMMENT ON COLUMN commission_type.code IS 'Code du type de commission';
373     COMMENT ON COLUMN commission_type.libelle IS 'Libellé du type de commision';
374     COMMENT ON COLUMN commission_type.lieu_adresse_ligne1 IS 'Adresse des commissions de ce type';
375     COMMENT ON COLUMN commission_type.lieu_adresse_ligne2 IS 'Complément d''adresse des commissions de ce type';
376     COMMENT ON COLUMN commission_type.lieu_salle IS 'Salle où ont lieu les commissions de ce type';
377     COMMENT ON COLUMN commission_type.listes_de_diffusion IS 'Liste de diffusion des commissions de ce type';
378     COMMENT ON COLUMN commission_type.participants IS 'Participants aux commissions de ce type';
379     COMMENT ON COLUMN commission_type.corps_du_courriel IS 'Corps du courriel diffusé à la liste de diffusion des commissions de ce type';
380     COMMENT ON COLUMN commission_type.om_validite_debut IS 'Date de début de validité de ce type de commission';
381     COMMENT ON COLUMN commission_type.om_validite_fin IS 'Date de fin de validité de ce type de commission';
382    
383 nhaye 2472 -- consultation
384 softime 2487 COMMENT ON TABLE consultation IS 'Demande de consultation d''un dossier d''instruction à un service';
385     COMMENT ON COLUMN consultation.consultation IS 'Identifiant unique';
386     COMMENT ON COLUMN consultation.dossier IS 'Dossier d''instruction sur lequel il y a la demande de consultation';
387     COMMENT ON COLUMN consultation.date_envoi IS 'Libellé de la civilité';
388     COMMENT ON COLUMN consultation.date_retour IS 'Date de retour de la consultation';
389     COMMENT ON COLUMN consultation.date_limite IS 'Date limite pour la consultation';
390     COMMENT ON COLUMN consultation.service IS 'Service demandé pour la consultation';
391     COMMENT ON COLUMN consultation.avis_consultation IS 'Avis de la consultation';
392     COMMENT ON COLUMN consultation.date_reception IS 'Date de réception de la consultation';
393     COMMENT ON COLUMN consultation.motivation IS 'Motivation du service pour l''avis rendu sur la consultation';
394     COMMENT ON COLUMN consultation.fichier IS 'Document joint à la réponse de consultation';
395     COMMENT ON COLUMN consultation.lu IS 'Indique que la demande de consultation a été lue';
396     COMMENT ON COLUMN consultation.code_barres IS 'Code barre de la consultation';
397     COMMENT ON COLUMN consultation.om_fichier_consultation IS 'Document résumé de la consultation';
398     COMMENT ON COLUMN consultation.om_final_consultation IS 'Document résumé de la consultation finalisé';
399 nhaye 2472
400     -- demande
401 softime 2488 COMMENT ON TABLE demande IS 'Demande saisie par le guichet unique';
402     COMMENT ON COLUMN demande.demande IS 'Identifiant unique';
403     COMMENT ON COLUMN demande.dossier_autorisation_type_detaille IS 'Type du dossier d''autorisation (PCI, AZ, AT, ...) à sa création';
404     COMMENT ON COLUMN demande.demande_type IS 'Type de la demande, influe sur le type du dossier d''instruction (initial, modificatif, transfert, ...) à sa création';
405     COMMENT ON COLUMN demande.dossier_instruction IS 'Dossier d''instruction de la demande';
406     COMMENT ON COLUMN demande.dossier_autorisation IS 'Dossier d''autorisation de la demande';
407     COMMENT ON COLUMN demande.date_demande IS 'Date de la demande';
408     COMMENT ON COLUMN demande.terrain_references_cadastrales IS 'Références cadastrales de l''adresse du terrain';
409     COMMENT ON COLUMN demande.terrain_adresse_voie_numero IS 'Numéro de la voie de l''adresse du terrain';
410     COMMENT ON COLUMN demande.terrain_adresse_voie IS 'Nom de la voie de l''adresse du terrain';
411     COMMENT ON COLUMN demande.terrain_adresse_lieu_dit IS 'Lieu dit de l''adresse du terrain';
412     COMMENT ON COLUMN demande.terrain_adresse_localite IS 'Ville de l''adresse du terrain';
413     COMMENT ON COLUMN demande.terrain_adresse_code_postal IS 'Code postal de l''adresse du terrain';
414     COMMENT ON COLUMN demande.terrain_adresse_bp IS 'Boîte postale de l''adresse du terrain';
415     COMMENT ON COLUMN demande.terrain_adresse_cedex IS 'Cedex de l''adresse du terrain';
416     COMMENT ON COLUMN demande.terrain_superficie IS 'Superficie du terrain';
417     COMMENT ON COLUMN demande.instruction_recepisse IS 'Récipissé de l''instruction lors de la création de la demande';
418     COMMENT ON COLUMN demande.arrondissement IS 'Arrondissement de la demande';
419 nhaye 2472
420     -- demande_nature
421 softime 2489 COMMENT ON TABLE demande_nature IS 'Nature de la demande';
422     COMMENT ON COLUMN demande_nature.demande_nature IS 'Identifiant unique';
423     COMMENT ON COLUMN demande_nature.code IS 'Code de la nature de la demande';
424     COMMENT ON COLUMN demande_nature.libelle IS 'Libellé de la nature de la demande';
425     COMMENT ON COLUMN demande_nature.description IS 'Description de la nature de la demande';
426 nhaye 2472
427     -- demande_type
428 softime 2491 COMMENT ON TABLE demande_type IS 'Type de la demande';
429     COMMENT ON COLUMN demande_type.demande_type IS 'Identifiant unique';
430     COMMENT ON COLUMN demande_type.code IS 'Code du type de la demande';
431     COMMENT ON COLUMN demande_type.libelle IS 'Libellé du type de la demande';
432     COMMENT ON COLUMN demande_type.description IS 'Description du type de la demande';
433     COMMENT ON COLUMN demande_type.demande_nature IS 'Nature de la demande';
434     COMMENT ON COLUMN demande_type.groupe IS 'Groupe du type de la demande. Permet de filtrer les choix du champ dossier_autorisation_type_detaille';
435     COMMENT ON COLUMN demande_type.dossier_instruction_type IS 'Type du dossier d''instruction crée par la demande';
436     COMMENT ON COLUMN demande_type.dossier_autorisation_type_detaille IS 'Type détaillé du dossier d''autorisation crée par la demande. Permet de filtrer les choix du champ dossier_instruction_type';
437     COMMENT ON COLUMN demande_type.contraintes IS 'Permet de définir si les informations des demandeurs du dossier d''instruction précédent doivent être récupérées';
438     COMMENT ON COLUMN demande_type.qualification IS 'Le dossier d''instruction crée doit être à qualifier';
439     COMMENT ON COLUMN demande_type.evenement IS 'Événement à instancier lors de la création de la demande';
440 nhaye 2472
441     -- demandeur
442    
443     -- direction
444 softime 2495 COMMENT ON TABLE direction IS 'Direction des divisions, nécessaire aussi pour obtenir le nom du responsable de service dans certains documents';
445     COMMENT ON COLUMN direction.direction IS 'Identifiant unique';
446     COMMENT ON COLUMN direction.code IS 'Code de la direction';
447     COMMENT ON COLUMN direction.libelle IS 'Libellé de la direction';
448     COMMENT ON COLUMN direction.description IS 'Description de la direction';
449     COMMENT ON COLUMN direction.chef IS 'Nom et prénom du chef de la direction';
450     COMMENT ON COLUMN direction.om_validite_debut IS 'Date de début de validité de la direction';
451     COMMENT ON COLUMN direction.om_validite_fin IS 'Date de fin de validité de la direction';
452 nhaye 2472
453     -- division
454 softime 2496 COMMENT ON TABLE division IS 'Division regroupant les instructeurs';
455     COMMENT ON COLUMN division.division IS 'Identifiant unique';
456     COMMENT ON COLUMN division.code IS 'Code de la division';
457     COMMENT ON COLUMN division.libelle IS 'Libellé de la division';
458     COMMENT ON COLUMN division.description IS 'Description de la division';
459     COMMENT ON COLUMN division.chef IS 'Nom et prénom du chef de la division';
460     COMMENT ON COLUMN division.direction IS 'Direction à laquel est rattachée la division';
461     COMMENT ON COLUMN division.om_validite_debut IS 'Date de début de validité de la division';
462     COMMENT ON COLUMN division.om_validite_fin IS 'Date de fin de validité de la division';
463 nhaye 2472
464     -- document_numerise
465 softime 2497 COMMENT ON TABLE document_numerise IS 'Document numérisé rattaché à un dossier d''instruction';
466     COMMENT ON COLUMN document_numerise.document_numerise IS 'Identifiant unique';
467     COMMENT ON COLUMN document_numerise.uid IS 'Identifiant unique du fichier, compose aussi son chemin';
468     COMMENT ON COLUMN document_numerise.dossier IS 'Dossier d''instruction sur lequel est rattaché le document';
469     COMMENT ON COLUMN document_numerise.nom_fichier IS 'Nom du fichier';
470     COMMENT ON COLUMN document_numerise.date_creation IS 'Date de création du fichier';
471     COMMENT ON COLUMN document_numerise.document_numerise_type IS 'Type du document';
472 nhaye 2472
473     -- document_numerise_type
474 softime 2497 COMMENT ON TABLE document_numerise_type IS 'Type de document numérisé';
475     COMMENT ON COLUMN document_numerise_type.document_numerise_type IS 'Identifiant unique';
476     COMMENT ON COLUMN document_numerise_type.code IS 'Code du type de document numérisé';
477     COMMENT ON COLUMN document_numerise_type.libelle IS 'Libellé du type de document numérisé';
478     COMMENT ON COLUMN document_numerise_type.document_numerise_type_categorie IS 'Catégorie du type de document numérisé';
479 nhaye 2472
480     -- document_numerise_type_categorie
481 softime 2497 COMMENT ON TABLE document_numerise_type_categorie IS 'Catégorie du type de document numérisé';
482     COMMENT ON COLUMN document_numerise_type_categorie.document_numerise_type_categorie IS 'Identifiant unique';
483     COMMENT ON COLUMN document_numerise_type_categorie.libelle IS 'Libellé de la catégorie du type de document numérisé';
484 nhaye 2472
485     -- donnees_techniques
486 softime 2500 COMMENT ON TABLE donnees_techniques IS 'Données techniques';
487     COMMENT ON COLUMN donnees_techniques.donnees_techniques IS 'Identifiant unique';
488     COMMENT ON COLUMN donnees_techniques.dossier_instruction IS 'Dossier d''instruction sur lequel sont rattachées les données techniques';
489     COMMENT ON COLUMN donnees_techniques.lot IS 'Lot sur lequel sont rattachées les données techniques';
490     COMMENT ON COLUMN donnees_techniques.am_lotiss IS 'Lotissement';
491     COMMENT ON COLUMN donnees_techniques.am_autre_div IS 'Remembrement réalisé par une association foncière urbaine libre';
492     COMMENT ON COLUMN donnees_techniques.am_camping IS 'Terrain de camping';
493     COMMENT ON COLUMN donnees_techniques.am_caravane IS 'Installation d’une caravane en dehors d’un terrain de camping ou d’un parc résidentiel de loisirs';
494     COMMENT ON COLUMN donnees_techniques.am_carav_duree IS 'Durée annuelle d’installation (en mois)';
495     COMMENT ON COLUMN donnees_techniques.am_statio IS 'Aires de stationnement ouvertes au public, dépôts de véhicules et garages collectifs de caravanes ou de résidences mobiles de loisirs';
496     COMMENT ON COLUMN donnees_techniques.am_statio_cont IS 'Contenance de l''aire de stationnement (nombre d’unités)';
497     COMMENT ON COLUMN donnees_techniques.am_affou_exhau IS 'Travaux d’affouillements ou d’exhaussements du sol';
498     COMMENT ON COLUMN donnees_techniques.am_affou_exhau_sup IS 'Superficie (en m2) des travaux d’affouillements ou d’exhaussements du sol';
499     COMMENT ON COLUMN donnees_techniques.am_affou_prof IS 'Profondeur pour les travaux affouillements du sol';
500     COMMENT ON COLUMN donnees_techniques.am_exhau_haut IS 'Hauteur pour les travaux exhaussements du sol';
501     COMMENT ON COLUMN donnees_techniques.am_coupe_abat IS 'Coupe et abattage d’arbres';
502     COMMENT ON COLUMN donnees_techniques.am_prot_plu IS 'Modification ou suppression d’un élément protégé par un plan local d’urbanisme ou document d’urbanisme en tenant lieu(plan d’occupation des sols, plan de sauvegarde et de mise en valeur, plan d’aménagement de zone)';
503     COMMENT ON COLUMN donnees_techniques.am_prot_muni IS 'Modification ou suppression d’un élément protégé par une délibération du conseil municipal';
504     COMMENT ON COLUMN donnees_techniques.am_mobil_voyage IS 'Installation d’une résidence mobile constituant l’habitat permanent des gens du voyage pendant plus de trois mois consécutifs';
505     COMMENT ON COLUMN donnees_techniques.am_aire_voyage IS 'Aire d’accueil des gens du voyage';
506     COMMENT ON COLUMN donnees_techniques.am_rememb_afu IS 'Travaux ayant pour effet de modifier l’aménagement des abords d’un bâtiment situé dans un secteur sauvegardé';
507     COMMENT ON COLUMN donnees_techniques.am_parc_resid_loi IS 'Parc résidentiel de loisirs ou village de vacances';
508     COMMENT ON COLUMN donnees_techniques.am_sport_moto IS 'Aménagement d’un terrain pour la pratique de sports ou de loisirs motorisés';
509     COMMENT ON COLUMN donnees_techniques.am_sport_attrac IS 'Aménagement d’un parc d’attraction ou d’une aire de jeux et de sports';
510     COMMENT ON COLUMN donnees_techniques.am_sport_golf IS 'Aménagement d’un golf';
511     COMMENT ON COLUMN donnees_techniques.am_mob_art IS 'Installation de mobilier urbain, d’œuvre d’art';
512     COMMENT ON COLUMN donnees_techniques.am_modif_voie_esp IS 'Modification de voie ou espace publics';
513     COMMENT ON COLUMN donnees_techniques.am_plant_voie_esp IS 'Plantations effectuées sur les voies ou espaces publics';
514     COMMENT ON COLUMN donnees_techniques.am_chem_ouv_esp IS 'Chemin piétonnier ou objet mobilier destiné à l’accueil ou à l’information du public, lorsqu’ils sont nécessaires à la gestion ou à l’ouverture au public de ces espaces ou milieux';
515     COMMENT ON COLUMN donnees_techniques.am_agri_peche IS 'Aménagement nécessaire à l’exercice des activités agricoles, de pêche et de culture marine ou lacustres, conchylicoles, pastorales et forestières';
516     COMMENT ON COLUMN donnees_techniques.am_crea_voie IS 'Création d’une voie';
517     COMMENT ON COLUMN donnees_techniques.am_modif_voie_exist IS 'Travaux ayant pour effet de modifier les caractéristiques d’une voie existante';
518     COMMENT ON COLUMN donnees_techniques.am_crea_esp_sauv IS 'Création d’un espace public (secteur sauvegardé)';
519     COMMENT ON COLUMN donnees_techniques.am_crea_esp_class IS 'Création d’un espace public (site classé)';
520     COMMENT ON COLUMN donnees_techniques.am_projet_desc IS 'Description de votre projet de construction';
521     COMMENT ON COLUMN donnees_techniques.am_terr_surf IS 'Superficie du (ou des) terrain(s) à aménager (en m²)';
522     COMMENT ON COLUMN donnees_techniques.am_tranche_desc IS 'Si les travaux sont réalisés par tranches, veuillez en préciser le nombre et leur contenu';
523     COMMENT ON COLUMN donnees_techniques.am_lot_max_nb IS 'Nombre maximum de lots projetés';
524     COMMENT ON COLUMN donnees_techniques.am_lot_max_shon IS 'Surface de plancher maximale envisagée (en m²) des lots';
525     COMMENT ON COLUMN donnees_techniques.am_lot_cstr_cos IS 'Par application du coefficient d’occupation du sol (COS) à chaque lot';
526     COMMENT ON COLUMN donnees_techniques.am_lot_cstr_plan IS 'Conformément aux plans ou tableaux joints à la présente demande';
527     COMMENT ON COLUMN donnees_techniques.am_lot_cstr_vente IS 'La constructibilité sera déterminée à la vente de chaque lot. Dans ce cas, le lotisseur devra fournir un certificat aux constructeurs.';
528     COMMENT ON COLUMN donnees_techniques.am_lot_fin_diff IS 'Le projet fait l’objet d’une demande de travaux de finition différés';
529     COMMENT ON COLUMN donnees_techniques.am_lot_consign IS 'consignation en compte bloqué';
530     COMMENT ON COLUMN donnees_techniques.am_lot_gar_achev IS 'garantie financière d’achèvement des travaux';
531     COMMENT ON COLUMN donnees_techniques.am_lot_vente_ant IS 'Le projet fait l’objet d’une demande de vente ou location de lots par anticipation';
532     COMMENT ON COLUMN donnees_techniques.am_empl_nb IS 'Nombre maximum d’emplacements réservés aux tentes, caravanes ou résidences mobiles de loisirs';
533     COMMENT ON COLUMN donnees_techniques.am_tente_nb IS 'Nombre maximum d’emplacements réservés aux tentes';
534     COMMENT ON COLUMN donnees_techniques.am_carav_nb IS 'Nombre maximum d’emplacements réservés aux caravanes ';
535     COMMENT ON COLUMN donnees_techniques.am_mobil_nb IS 'Nombre maximum d’emplacements réservés aux mobiles de loisirs';
536     COMMENT ON COLUMN donnees_techniques.am_pers_nb IS 'Nombre maximal de personnes accueillies';
537     COMMENT ON COLUMN donnees_techniques.am_empl_hll_nb IS 'Nombre d’emplacements réservés aux HLL';
538     COMMENT ON COLUMN donnees_techniques.am_hll_shon IS 'Surface de plancher prévue, réservée aux HLL';
539     COMMENT ON COLUMN donnees_techniques.am_periode_exploit IS 'Lorsque le terrain est destiné à une exploitation saisonnière, veuillez préciser la (ou les) période(s) d’exploitation';
540     COMMENT ON COLUMN donnees_techniques.am_exist_agrand IS 'Agrandissement ou réaménagement d’une structure existante';
541     COMMENT ON COLUMN donnees_techniques.am_exist_date IS 'Date et/ou numéro de l’autorisation';
542     COMMENT ON COLUMN donnees_techniques.am_exist_num IS 'Nombre d’emplacements';
543     COMMENT ON COLUMN donnees_techniques.am_exist_nb_avant IS 'Nombre d’emplacements avant agrandissement ou réaménagement';
544     COMMENT ON COLUMN donnees_techniques.am_exist_nb_apres IS 'Nombre d’emplacements après agrandissement ou réaménagement';
545     COMMENT ON COLUMN donnees_techniques.am_coupe_bois IS 'Description de l''environnement : bois ou forêt';
546     COMMENT ON COLUMN donnees_techniques.am_coupe_parc IS 'Description de l''environnement : parc';
547     COMMENT ON COLUMN donnees_techniques.am_coupe_align IS 'Description de l''environnement : alignement (espaces verts urbains)';
548     COMMENT ON COLUMN donnees_techniques.am_coupe_ess IS 'Nature du boisement : Essences';
549     COMMENT ON COLUMN donnees_techniques.am_coupe_age IS 'Nature du boisement : Age';
550     COMMENT ON COLUMN donnees_techniques.am_coupe_dens IS 'Nature du boisement : Densité';
551     COMMENT ON COLUMN donnees_techniques.am_coupe_qual IS 'Nature du boisement : Qualité';
552     COMMENT ON COLUMN donnees_techniques.am_coupe_trait IS 'Nature du boisement : Traitement';
553     COMMENT ON COLUMN donnees_techniques.am_coupe_autr IS 'Nature du boisement : Autres';
554     COMMENT ON COLUMN donnees_techniques.co_archi_recours IS 'Vous avez eu recours à un architecte';
555     COMMENT ON COLUMN donnees_techniques.co_cstr_nouv IS 'Nouvelle construction';
556     COMMENT ON COLUMN donnees_techniques.co_cstr_exist IS 'Travaux ou changement de destination sur une construction existante';
557     COMMENT ON COLUMN donnees_techniques.co_cloture IS 'Travaux clôturé';
558     COMMENT ON COLUMN donnees_techniques.co_elec_tension IS 'Puissance électrique nécessaire à votre projet';
559     COMMENT ON COLUMN donnees_techniques.co_div_terr IS 'Le terrain doit être divisé en propriété ou en jouissance avant l’achèvement de la (ou des) construction(s)';
560     COMMENT ON COLUMN donnees_techniques.co_projet_desc IS 'Courte description de votre projet ou de vos travaux';
561     COMMENT ON COLUMN donnees_techniques.co_anx_pisc IS 'Complément construction : Piscine';
562     COMMENT ON COLUMN donnees_techniques.co_anx_gara IS 'Complément construction : Garage';
563     COMMENT ON COLUMN donnees_techniques.co_anx_veran IS 'Complément construction : Véranda';
564     COMMENT ON COLUMN donnees_techniques.co_anx_abri IS 'Complément construction : Abri de jardin';
565     COMMENT ON COLUMN donnees_techniques.co_anx_autr IS 'Complément construction : Autres annexes à l’habitation';
566     COMMENT ON COLUMN donnees_techniques.co_anx_autr_desc IS 'Informations complémentaires sur les autres annexes à l’habitation';
567     COMMENT ON COLUMN donnees_techniques.co_tot_log_nb IS 'Nombre total de logements créés';
568     COMMENT ON COLUMN donnees_techniques.co_tot_ind_nb IS 'Nombre total de logements individuels créés';
569     COMMENT ON COLUMN donnees_techniques.co_tot_coll_nb IS 'Nombre total de logements collectifs créés';
570     COMMENT ON COLUMN donnees_techniques.co_mais_piece_nb IS 'Nombre de pièces de la maison';
571     COMMENT ON COLUMN donnees_techniques.co_mais_niv_nb IS 'Nombre de niveaux de la maison';
572     COMMENT ON COLUMN donnees_techniques.co_fin_lls_nb IS 'Répartition du nombre total de logement créés par type de financement : Logement Locatif Social';
573     COMMENT ON COLUMN donnees_techniques.co_fin_aa_nb IS 'Répartition du nombre total de logement créés par type de financement : Accession Sociale (hors prêt à taux zéro)';
574     COMMENT ON COLUMN donnees_techniques.co_fin_ptz_nb IS 'Répartition du nombre total de logement créés par type de financement : Prêt à taux zéro';
575     COMMENT ON COLUMN donnees_techniques.co_fin_autr_nb IS 'Répartition du nombre total de logement créés par type de financement : Autres financements';
576     COMMENT ON COLUMN donnees_techniques.co_fin_autr_desc IS 'Description des autres financements';
577     COMMENT ON COLUMN donnees_techniques.co_mais_contrat_ind IS 'Souscrit un contrat de construction de maison individuelle';
578     COMMENT ON COLUMN donnees_techniques.co_uti_pers IS 'Occupation personnelle ou en compte propre';
579     COMMENT ON COLUMN donnees_techniques.co_uti_vente IS 'Mode d''utilisation principale des logements : Pour la vente';
580     COMMENT ON COLUMN donnees_techniques.co_uti_loc IS 'Mode d''utilisation principale des logements : Pour la location';
581     COMMENT ON COLUMN donnees_techniques.co_uti_princ IS 'Occupation personnelle : Résidence principale';
582     COMMENT ON COLUMN donnees_techniques.co_uti_secon IS 'Occupation personnelle : Résidence secondaire';
583     COMMENT ON COLUMN donnees_techniques.co_resid_agees IS 'Projet foyer ou residence : Résidence pour personnes âgées';
584     COMMENT ON COLUMN donnees_techniques.co_resid_etud IS 'Projet foyer ou residence : Résidence pour étudiants';
585     COMMENT ON COLUMN donnees_techniques.co_resid_tourism IS 'Projet foyer ou residence : Résidence de tourisme';
586     COMMENT ON COLUMN donnees_techniques.co_resid_hot_soc IS 'Projet foyer ou residence : Résidence hôtelière à vocation sociale';
587     COMMENT ON COLUMN donnees_techniques.co_resid_soc IS 'Projet foyer ou residence : Résidence sociale';
588     COMMENT ON COLUMN donnees_techniques.co_resid_hand IS 'Projet foyer ou residence : Résidence pour personnes handicapées';
589     COMMENT ON COLUMN donnees_techniques.co_resid_autr IS 'Projet foyer ou residence : Résidence autres';
590     COMMENT ON COLUMN donnees_techniques.co_resid_autr_desc IS 'Précision sur résidence autres';
591     COMMENT ON COLUMN donnees_techniques.co_foyer_chamb_nb IS 'Nombre de chambres créées en foyer ou dans un hébergement d’un autre type';
592     COMMENT ON COLUMN donnees_techniques.co_log_1p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 1 pièce';
593     COMMENT ON COLUMN donnees_techniques.co_log_2p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 2 pièces';
594     COMMENT ON COLUMN donnees_techniques.co_log_3p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 3 pièces';
595     COMMENT ON COLUMN donnees_techniques.co_log_4p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 4 pièces';
596     COMMENT ON COLUMN donnees_techniques.co_log_5p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 5 pièces';
597     COMMENT ON COLUMN donnees_techniques.co_log_6p_nb IS 'Repartition du nombre de logements créés selon le nombre de pièces : 6 pièces';
598     COMMENT ON COLUMN donnees_techniques.co_bat_niv_nb IS 'Nombre de niveaux du bâtiment le plus élevé';
599     COMMENT ON COLUMN donnees_techniques.co_trx_exten IS 'Travaux comprennent notamment : Extension';
600     COMMENT ON COLUMN donnees_techniques.co_trx_surelev IS 'Travaux comprennent notamment : Surélévation';
601     COMMENT ON COLUMN donnees_techniques.co_trx_nivsup IS 'Travaux comprennent notamment : Création de niveaux supplémentaires';
602     COMMENT ON COLUMN donnees_techniques.co_demont_periode IS 'Période(s) de l’année durant laquelle (lesquelles) la construction doit être démontée';
603     COMMENT ON COLUMN donnees_techniques.co_sp_transport IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Transport';
604     COMMENT ON COLUMN donnees_techniques.co_sp_enseign IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Enseignement et recherche';
605     COMMENT ON COLUMN donnees_techniques.co_sp_act_soc IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Action sociale';
606     COMMENT ON COLUMN donnees_techniques.co_sp_ouvr_spe IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Ouvrage spécial';
607     COMMENT ON COLUMN donnees_techniques.co_sp_sante IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Santé';
608     COMMENT ON COLUMN donnees_techniques.co_sp_culture IS 'Destination des constructions futures en cas de réalisation au bénéfice d''un service public ou d''intérêt collectif : Culture et loisir';
609     COMMENT ON COLUMN donnees_techniques.co_statio_avt_nb IS 'Nombre de places de stationnement avant réalisation du projet';
610     COMMENT ON COLUMN donnees_techniques.co_statio_apr_nb IS 'Nombre de places de stationnement après réalisation du projet';
611     COMMENT ON COLUMN donnees_techniques.co_statio_adr IS 'Adresse(s) des aires de stationnement';
612     COMMENT ON COLUMN donnees_techniques.co_statio_place_nb IS 'Nombre de places affectées au projet, aménagées ou réservées en dehors du terrain sur lequel est situé le projet';
613     COMMENT ON COLUMN donnees_techniques.co_statio_tot_surf IS 'Surface totale affectée au stationnement';
614     COMMENT ON COLUMN donnees_techniques.co_statio_tot_shob IS 'Surface bâtie affectée au stationnement';
615     COMMENT ON COLUMN donnees_techniques.co_statio_comm_cin_surf IS 'Emprise au sol des surfaces, bâties ou non, affectées au stationnement';
616     COMMENT ON COLUMN donnees_techniques.su_avt_shon1 IS '';
617     COMMENT ON COLUMN donnees_techniques.su_avt_shon2 IS '';
618     COMMENT ON COLUMN donnees_techniques.su_avt_shon3 IS '';
619     COMMENT ON COLUMN donnees_techniques.su_avt_shon4 IS '';
620     COMMENT ON COLUMN donnees_techniques.su_avt_shon5 IS '';
621     COMMENT ON COLUMN donnees_techniques.su_avt_shon6 IS '';
622     COMMENT ON COLUMN donnees_techniques.su_avt_shon7 IS '';
623     COMMENT ON COLUMN donnees_techniques.su_avt_shon8 IS '';
624     COMMENT ON COLUMN donnees_techniques.su_avt_shon9 IS '';
625     COMMENT ON COLUMN donnees_techniques.su_cstr_shon1 IS '';
626     COMMENT ON COLUMN donnees_techniques.su_cstr_shon2 IS '';
627     COMMENT ON COLUMN donnees_techniques.su_cstr_shon3 IS '';
628     COMMENT ON COLUMN donnees_techniques.su_cstr_shon4 IS '';
629     COMMENT ON COLUMN donnees_techniques.su_cstr_shon5 IS '';
630     COMMENT ON COLUMN donnees_techniques.su_cstr_shon6 IS '';
631     COMMENT ON COLUMN donnees_techniques.su_cstr_shon7 IS '';
632     COMMENT ON COLUMN donnees_techniques.su_cstr_shon8 IS '';
633     COMMENT ON COLUMN donnees_techniques.su_cstr_shon9 IS '';
634     COMMENT ON COLUMN donnees_techniques.su_trsf_shon1 IS '';
635     COMMENT ON COLUMN donnees_techniques.su_trsf_shon2 IS '';
636     COMMENT ON COLUMN donnees_techniques.su_trsf_shon3 IS '';
637     COMMENT ON COLUMN donnees_techniques.su_trsf_shon4 IS '';
638     COMMENT ON COLUMN donnees_techniques.su_trsf_shon5 IS '';
639     COMMENT ON COLUMN donnees_techniques.su_trsf_shon6 IS '';
640     COMMENT ON COLUMN donnees_techniques.su_trsf_shon7 IS '';
641     COMMENT ON COLUMN donnees_techniques.su_trsf_shon8 IS '';
642     COMMENT ON COLUMN donnees_techniques.su_trsf_shon9 IS '';
643     COMMENT ON COLUMN donnees_techniques.su_chge_shon1 IS '';
644     COMMENT ON COLUMN donnees_techniques.su_chge_shon2 IS '';
645     COMMENT ON COLUMN donnees_techniques.su_chge_shon3 IS '';
646     COMMENT ON COLUMN donnees_techniques.su_chge_shon4 IS '';
647     COMMENT ON COLUMN donnees_techniques.su_chge_shon5 IS '';
648     COMMENT ON COLUMN donnees_techniques.su_chge_shon6 IS '';
649     COMMENT ON COLUMN donnees_techniques.su_chge_shon7 IS '';
650     COMMENT ON COLUMN donnees_techniques.su_chge_shon8 IS '';
651     COMMENT ON COLUMN donnees_techniques.su_chge_shon9 IS '';
652     COMMENT ON COLUMN donnees_techniques.su_demo_shon1 IS '';
653     COMMENT ON COLUMN donnees_techniques.su_demo_shon2 IS '';
654     COMMENT ON COLUMN donnees_techniques.su_demo_shon3 IS '';
655     COMMENT ON COLUMN donnees_techniques.su_demo_shon4 IS '';
656     COMMENT ON COLUMN donnees_techniques.su_demo_shon5 IS '';
657     COMMENT ON COLUMN donnees_techniques.su_demo_shon6 IS '';
658     COMMENT ON COLUMN donnees_techniques.su_demo_shon7 IS '';
659     COMMENT ON COLUMN donnees_techniques.su_demo_shon8 IS '';
660     COMMENT ON COLUMN donnees_techniques.su_demo_shon9 IS '';
661     COMMENT ON COLUMN donnees_techniques.su_sup_shon1 IS '';
662     COMMENT ON COLUMN donnees_techniques.su_sup_shon2 IS '';
663     COMMENT ON COLUMN donnees_techniques.su_sup_shon3 IS '';
664     COMMENT ON COLUMN donnees_techniques.su_sup_shon4 IS '';
665     COMMENT ON COLUMN donnees_techniques.su_sup_shon5 IS '';
666     COMMENT ON COLUMN donnees_techniques.su_sup_shon6 IS '';
667     COMMENT ON COLUMN donnees_techniques.su_sup_shon7 IS '';
668     COMMENT ON COLUMN donnees_techniques.su_sup_shon8 IS '';
669     COMMENT ON COLUMN donnees_techniques.su_sup_shon9 IS '';
670     COMMENT ON COLUMN donnees_techniques.su_tot_shon1 IS '';
671     COMMENT ON COLUMN donnees_techniques.su_tot_shon2 IS '';
672     COMMENT ON COLUMN donnees_techniques.su_tot_shon3 IS '';
673     COMMENT ON COLUMN donnees_techniques.su_tot_shon4 IS '';
674     COMMENT ON COLUMN donnees_techniques.su_tot_shon5 IS '';
675     COMMENT ON COLUMN donnees_techniques.su_tot_shon6 IS '';
676     COMMENT ON COLUMN donnees_techniques.su_tot_shon7 IS '';
677     COMMENT ON COLUMN donnees_techniques.su_tot_shon8 IS '';
678     COMMENT ON COLUMN donnees_techniques.su_tot_shon9 IS '';
679     COMMENT ON COLUMN donnees_techniques.su_avt_shon_tot IS '';
680     COMMENT ON COLUMN donnees_techniques.su_cstr_shon_tot IS '';
681     COMMENT ON COLUMN donnees_techniques.su_trsf_shon_tot IS '';
682     COMMENT ON COLUMN donnees_techniques.su_chge_shon_tot IS '';
683     COMMENT ON COLUMN donnees_techniques.su_demo_shon_tot IS '';
684     COMMENT ON COLUMN donnees_techniques.su_sup_shon_tot IS '';
685     COMMENT ON COLUMN donnees_techniques.su_tot_shon_tot IS '';
686     COMMENT ON COLUMN donnees_techniques.dm_constr_dates IS 'Date(s) approximative(s) à laquelle le ou les bâtiments dont la démolition est envisagée ont été construits';
687     COMMENT ON COLUMN donnees_techniques.dm_total IS 'Démolition totale';
688     COMMENT ON COLUMN donnees_techniques.dm_partiel IS 'Démolition partiel';
689     COMMENT ON COLUMN donnees_techniques.dm_projet_desc IS 'En cas de démolition partielle, veuillez décrire les travaux qui seront, le cas échéant, effectués sur les constructions restantes';
690     COMMENT ON COLUMN donnees_techniques.dm_tot_log_nb IS 'Nombre de logement démolis';
691     COMMENT ON COLUMN donnees_techniques.tax_surf_tot IS 'Superficie totale du (ou des) terrain(s) (en m²)';
692     COMMENT ON COLUMN donnees_techniques.tax_surf IS 'Superficie du (ou des) terrain(s) à aménager (en m²)';
693     COMMENT ON COLUMN donnees_techniques.tax_surf_suppr_mod IS 'Surface taxable supprimée par la modification (en m²)';
694     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb1 IS '';
695     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb2 IS '';
696     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb3 IS '';
697     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb4 IS '';
698     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot1 IS '';
699     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot2 IS '';
700     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot3 IS '';
701     COMMENT ON COLUMN donnees_techniques.tax_su_princ_log_nb_tot4 IS '';
702     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf1 IS '';
703     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf2 IS '';
704     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf3 IS '';
705     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf4 IS '';
706     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup1 IS '';
707     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup2 IS '';
708     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup3 IS '';
709     COMMENT ON COLUMN donnees_techniques.tax_su_princ_surf_sup4 IS '';
710     COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb1 IS '';
711     COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb2 IS '';
712     COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb3 IS '';
713     COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb_tot1 IS '';
714     COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb_tot2 IS '';
715     COMMENT ON COLUMN donnees_techniques.tax_su_heber_log_nb_tot3 IS '';
716     COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf1 IS '';
717     COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf2 IS '';
718     COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf3 IS '';
719     COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf_sup1 IS '';
720     COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf_sup2 IS '';
721     COMMENT ON COLUMN donnees_techniques.tax_su_heber_surf_sup3 IS '';
722     COMMENT ON COLUMN donnees_techniques.tax_su_secon_log_nb IS '';
723     COMMENT ON COLUMN donnees_techniques.tax_su_tot_log_nb IS '';
724     COMMENT ON COLUMN donnees_techniques.tax_su_secon_log_nb_tot IS '';
725     COMMENT ON COLUMN donnees_techniques.tax_su_secon_surf IS '';
726     COMMENT ON COLUMN donnees_techniques.tax_su_tot_surf IS '';
727     COMMENT ON COLUMN donnees_techniques.tax_su_secon_surf_sup IS '';
728     COMMENT ON COLUMN donnees_techniques.tax_su_tot_surf_sup IS '';
729     COMMENT ON COLUMN donnees_techniques.tax_ext_pret IS 'Aide pour la réalisation des travaux';
730     COMMENT ON COLUMN donnees_techniques.tax_ext_desc IS 'Description de l''aide pour la réalisation des travaux';
731     COMMENT ON COLUMN donnees_techniques.tax_surf_tax_exist_cons IS 'Conserver la surface taxable existante';
732     COMMENT ON COLUMN donnees_techniques.tax_log_exist_nb IS 'Quel est le nombre de logements existants ?';
733     COMMENT ON COLUMN donnees_techniques.tax_am_statio_ext IS 'Nombre de places de stationnement situées à l’extérieur de la construction';
734     COMMENT ON COLUMN donnees_techniques.tax_sup_bass_pisc IS 'Superficie du bassin de la piscine';
735     COMMENT ON COLUMN donnees_techniques.tax_empl_ten_carav_mobil_nb IS 'Nombre d’emplacements de tentes, de caravanes et de résidences mobiles de loisirs';
736     COMMENT ON COLUMN donnees_techniques.tax_empl_hll_nb IS 'Nombre d’emplacements pour les habitations légères de loisirs';
737     COMMENT ON COLUMN donnees_techniques.tax_eol_haut_nb IS 'Nombre d’éoliennes dont la hauteur est supérieure à 12 m';
738     COMMENT ON COLUMN donnees_techniques.tax_pann_volt_sup IS 'Superficie des panneaux photovoltaïques posés au sol';
739     COMMENT ON COLUMN donnees_techniques.tax_am_statio_ext_sup IS 'Nombre de places de stationnement situées à l’extérieur de la construction';
740     COMMENT ON COLUMN donnees_techniques.tax_sup_bass_pisc_sup IS 'Superficie du bassin de la piscine';
741     COMMENT ON COLUMN donnees_techniques.tax_empl_ten_carav_mobil_nb_sup IS 'Nombre d’emplacements de tentes, de caravanes et de résidences mobiles de loisirs';
742     COMMENT ON COLUMN donnees_techniques.tax_empl_hll_nb_sup IS 'Nombre d’emplacements pour les habitations légères de loisirs';
743     COMMENT ON COLUMN donnees_techniques.tax_eol_haut_nb_sup IS 'Nombre d’éoliennes dont la hauteur est supérieure à 12 m';
744     COMMENT ON COLUMN donnees_techniques.tax_pann_volt_sup_sup IS 'Superficie des panneaux photovoltaïques posés au sol';
745     COMMENT ON COLUMN donnees_techniques.tax_trx_presc_ppr IS 'Les travaux projetés sont-ils réalisés suite à des prescriptions résultant d’un Plan de Prévention des Risques naturels, technologiques ou miniers ?';
746     COMMENT ON COLUMN donnees_techniques.tax_monu_hist IS 'La construction projetée concerne t-elle un immeuble classé parmi les monuments historiques ou inscrit à l’inventaire des monuments historiques ?';
747     COMMENT ON COLUMN donnees_techniques.tax_comm_nb IS 'Nombre de commerces dont la surface de vente est inférieure à 400 m²';
748     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf1 IS '';
749     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf2 IS '';
750     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf3 IS '';
751     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf4 IS '';
752     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf5 IS '';
753     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf6 IS '';
754     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf7 IS '';
755     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup1 IS '';
756     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup2 IS '';
757     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup3 IS '';
758     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup4 IS '';
759     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup5 IS '';
760     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup6 IS '';
761     COMMENT ON COLUMN donnees_techniques.tax_su_non_habit_surf_sup7 IS '';
762     COMMENT ON COLUMN donnees_techniques.vsd_surf_planch_smd IS 'La surface de plancher de la construction projetée est-elle égale ou supérieure au seuil minimal de densité';
763     COMMENT ON COLUMN donnees_techniques.vsd_unit_fonc_sup IS 'La superficie de votre unité foncière';
764     COMMENT ON COLUMN donnees_techniques.vsd_unit_fonc_constr_sup IS 'La superficie de l’unité foncière effectivement constructible';
765     COMMENT ON COLUMN donnees_techniques.vsd_val_terr IS 'La valeur du m² de terrain nu et libre';
766     COMMENT ON COLUMN donnees_techniques.vsd_const_sxist_non_dem_surf IS 'Les surfaces de plancher des constructions existantes non destinées à être démolies (en m²)';
767     COMMENT ON COLUMN donnees_techniques.vsd_rescr_fisc IS 'Si vous avez bénéficié avant le dépôt de votre demande d’un rescrit fiscal, indiquez sa date';
768     COMMENT ON COLUMN donnees_techniques.pld_val_terr IS 'Valeur du m² de terrain nu et libre';
769     COMMENT ON COLUMN donnees_techniques.pld_const_exist_dem IS 'Des constructions existant sur votre terrain avant le 1er avril 1976 ont été démolies';
770     COMMENT ON COLUMN donnees_techniques.pld_const_exist_dem_surf IS 'Si oui, indiquez ici la surface de plancher démolie';
771     COMMENT ON COLUMN donnees_techniques.code_cnil IS 'code CNIL';
772     COMMENT ON COLUMN donnees_techniques.terr_juri_titul IS 'Titulaire d’un certificat d’urbanisme pour le terrain';
773     COMMENT ON COLUMN donnees_techniques.terr_juri_lot IS 'Le terrain est situé dans un lotissement';
774     COMMENT ON COLUMN donnees_techniques.terr_juri_zac IS 'Le terrain situé dans une Zone d’Aménagement Concertée (Z.A.C.)';
775     COMMENT ON COLUMN donnees_techniques.terr_juri_afu IS 'Le terrain fait partie d’un remembrement urbain (Association Foncière Urbain)';
776     COMMENT ON COLUMN donnees_techniques.terr_juri_pup IS 'Le terrain est situé dans un périmètre ayant fait l’objet d’une convention de Projet Urbain Partenarial (P.U.P)';
777     COMMENT ON COLUMN donnees_techniques.terr_juri_oin IS 'Le projet est situé dans le périmètre d’une Opération d’Intérêt National (O.I.N)';
778     COMMENT ON COLUMN donnees_techniques.terr_juri_desc IS 'Si votre terrain est concerné par l’un des cas ci-dessus, veuillez préciser, si vous les connaissez, les dates de décision ou d’autorisation, les numéros et les dénominations ';
779     COMMENT ON COLUMN donnees_techniques.terr_div_surf_etab IS 'surface des constructions déjà établies sur l’autre partie du terrain (en m2)';
780     COMMENT ON COLUMN donnees_techniques.terr_div_surf_av_div IS 'et la superficie du terrain avant division (en m²)';
781     COMMENT ON COLUMN donnees_techniques.doc_date IS 'Date ouverture chantier';
782     COMMENT ON COLUMN donnees_techniques.doc_tot_trav IS 'Pour la totalité des travaux';
783     COMMENT ON COLUMN donnees_techniques.doc_tranche_trav IS 'Pour une tranche des travaux';
784     COMMENT ON COLUMN donnees_techniques.doc_tranche_trav_desc IS 'Veuillez préciser quels sont les aménagements ou constructions commencés';
785     COMMENT ON COLUMN donnees_techniques.doc_surf IS 'Surface créée';
786     COMMENT ON COLUMN donnees_techniques.doc_nb_log IS 'Nombre de logements commencés';
787     COMMENT ON COLUMN donnees_techniques.doc_nb_log_indiv IS 'Nombre de logements individuels commencés';
788     COMMENT ON COLUMN donnees_techniques.doc_nb_log_coll IS 'Nombre de logements collectifs commencés';
789     COMMENT ON COLUMN donnees_techniques.doc_nb_log_lls IS 'Logement Locatif Social';
790     COMMENT ON COLUMN donnees_techniques.doc_nb_log_aa IS 'Accession Sociale';
791     COMMENT ON COLUMN donnees_techniques.doc_nb_log_ptz IS 'Prêt à taux zéro';
792     COMMENT ON COLUMN donnees_techniques.doc_nb_log_autre IS 'Autres financements';
793 softime 2502 COMMENT ON COLUMN donnees_techniques.daact_date IS 'Date achèvement chantier';
794 softime 2500 COMMENT ON COLUMN donnees_techniques.daact_date_chgmt_dest IS 'Date changement de destination';
795     COMMENT ON COLUMN donnees_techniques.daact_tot_trav IS 'Pour la totalité des travaux';
796     COMMENT ON COLUMN donnees_techniques.daact_tranche_trav IS 'Pour une tranche des travaux';
797     COMMENT ON COLUMN donnees_techniques.daact_tranche_trav_desc IS 'Veuillez préciser quels sont les aménagements ou constructions achevés';
798     COMMENT ON COLUMN donnees_techniques.daact_surf IS 'Surface créée';
799     COMMENT ON COLUMN donnees_techniques.daact_nb_log IS 'Nombre de logements terminés';
800     COMMENT ON COLUMN donnees_techniques.daact_nb_log_indiv IS 'Nombre de logements individuels terminés';
801     COMMENT ON COLUMN donnees_techniques.daact_nb_log_coll IS 'Nombre de logements collectifs terminés';
802     COMMENT ON COLUMN donnees_techniques.daact_nb_log_lls IS 'Logement Locatif Social ';
803     COMMENT ON COLUMN donnees_techniques.daact_nb_log_aa IS 'Accession Sociale (hors prêt à taux zéro) ';
804     COMMENT ON COLUMN donnees_techniques.daact_nb_log_ptz IS 'Prêt à taux zéro';
805     COMMENT ON COLUMN donnees_techniques.daact_nb_log_autre IS 'Autres financements';
806     COMMENT ON COLUMN donnees_techniques.dossier_autorisation IS 'Dossier d''autorisation concernés par les données techniques';
807     COMMENT ON COLUMN donnees_techniques.am_div_mun IS 'Division foncière située dans une partie de la commune délimitée par le conseil municipal';
808     COMMENT ON COLUMN donnees_techniques.co_perf_energ IS 'Niveau de performance énergétique';
809     COMMENT ON COLUMN donnees_techniques.architecte IS 'Vous avez eu recours à un architecte';
810     COMMENT ON COLUMN donnees_techniques.co_statio_avt_shob IS 'Surface hors œuvre brute des aires bâties de stationnement en m² avant réalisation';
811     COMMENT ON COLUMN donnees_techniques.co_statio_apr_shob IS 'Surface hors œuvre brute des aires bâties de stationnement en m² après réalisation';
812     COMMENT ON COLUMN donnees_techniques.co_statio_avt_surf IS 'Surface de l’emprise au sol des aires non bâties de stationnement en m² avant construction';
813     COMMENT ON COLUMN donnees_techniques.co_statio_apr_surf IS 'Surface de l’emprise au sol des aires non bâties de stationnement en m² après réalisation';
814     COMMENT ON COLUMN donnees_techniques.co_trx_amgt IS '';
815     COMMENT ON COLUMN donnees_techniques.co_modif_aspect IS '';
816     COMMENT ON COLUMN donnees_techniques.co_modif_struct IS '';
817     COMMENT ON COLUMN donnees_techniques.co_ouvr_elec IS '';
818     COMMENT ON COLUMN donnees_techniques.co_ouvr_infra IS '';
819     COMMENT ON COLUMN donnees_techniques.co_trx_imm IS '';
820     COMMENT ON COLUMN donnees_techniques.co_cstr_shob IS '';
821     COMMENT ON COLUMN donnees_techniques.am_voyage_deb IS '';
822     COMMENT ON COLUMN donnees_techniques.am_voyage_fin IS '';
823     COMMENT ON COLUMN donnees_techniques.am_modif_amgt IS '';
824     COMMENT ON COLUMN donnees_techniques.am_lot_max_shob IS 'indiquez la surface hors œuvre brute (SHOB) maximale envisagée';
825     COMMENT ON COLUMN donnees_techniques.mod_desc IS 'Descriptiondes modifications apportées à votre projet';
826     COMMENT ON COLUMN donnees_techniques.tr_total IS 'transfert total';
827     COMMENT ON COLUMN donnees_techniques.tr_partiel IS 'transfert partiel';
828     COMMENT ON COLUMN donnees_techniques.tr_desc IS 'description de la (ou des) partie(s) tranférée(s)';
829     COMMENT ON COLUMN donnees_techniques.avap_co_elt_pro IS 'Modification ou suppression d''un élément protégé par une délibération du conseil municipal.';
830     COMMENT ON COLUMN donnees_techniques.avap_nouv_haut_surf IS 'Construction nouvelle de moins de 12m de hauteur et dont la surface hors œuvre brute ne dépasse 2m²';
831     COMMENT ON COLUMN donnees_techniques.avap_co_clot IS 'Clôture';
832     COMMENT ON COLUMN donnees_techniques.avap_aut_coup_aba_arb IS 'Coupe et abattage d''arbres';
833     COMMENT ON COLUMN donnees_techniques.avap_ouv_infra IS 'Ouvrage d''infrastructure';
834     COMMENT ON COLUMN donnees_techniques.avap_aut_inst_mob IS 'Installation de mobilier urbain ou d''oeuvre d''art';
835     COMMENT ON COLUMN donnees_techniques.avap_aut_plant IS 'Plantation effectuée sur voie ou espace public';
836     COMMENT ON COLUMN donnees_techniques.avap_aut_auv_elec IS 'Ouvrage et accessoires de lignes de distribution électrique';
837     COMMENT ON COLUMN donnees_techniques.tax_dest_loc_tr IS '';
838 nhaye 2472
839     -- dossier
840 softime 2501 COMMENT ON TABLE dossier IS 'Dossier d''instruction';
841     COMMENT ON COLUMN dossier.dossier IS 'Numéro du dossier d''instruction';
842     COMMENT ON COLUMN dossier.annee IS 'Année de la création du dossier d''instruction';
843     COMMENT ON COLUMN dossier.etat IS 'État du dossier d''instruction';
844     COMMENT ON COLUMN dossier.instructeur IS 'Instructeur en charge du dossier d''instruction';
845     COMMENT ON COLUMN dossier.date_demande IS 'Date de la demande';
846     COMMENT ON COLUMN dossier.date_depot IS 'Date du dépôt du dossier d''instruction';
847     COMMENT ON COLUMN dossier.date_complet IS 'Date de complétude du dossier d''instruction';
848     COMMENT ON COLUMN dossier.date_rejet IS 'Date de rejet du dossier d''instruction';
849     COMMENT ON COLUMN dossier.date_notification_delai IS 'Date de notification du délai au pétitionnaire';
850     COMMENT ON COLUMN dossier.delai IS 'Délai servant au calcul de la date de validité';
851     COMMENT ON COLUMN dossier.date_limite IS 'Date de limite du dossier d''instruction';
852     COMMENT ON COLUMN dossier.accord_tacite IS 'Soumis à un accord tacite';
853     COMMENT ON COLUMN dossier.date_decision IS 'Date de décision du dossier d''instruction';
854     COMMENT ON COLUMN dossier.date_validite IS 'Date de validité du dossier d''instruction';
855     COMMENT ON COLUMN dossier.date_chantier IS 'Date de début du chantier du dossier d''instruction';
856 softime 2502 COMMENT ON COLUMN dossier.date_achevement IS 'Date d''achèvement du chantier du dossier d''instruction';
857 softime 2501 COMMENT ON COLUMN dossier.date_conformite IS 'Date de conformité du dossier d''instruction';
858     COMMENT ON COLUMN dossier.parcelle IS 'Parcelle du dossier d''instruction';
859     COMMENT ON COLUMN dossier.pos IS 'Non utilisé';
860     COMMENT ON COLUMN dossier.sig IS 'Non utilisé';
861     COMMENT ON COLUMN dossier.batiment_nombre IS 'Non utilisé, voir données techniques';
862     COMMENT ON COLUMN dossier.logement_nombre IS 'Non utilisé, voir données techniques';
863     COMMENT ON COLUMN dossier.shon IS 'Non utilisé, voir données techniques';
864     COMMENT ON COLUMN dossier.shon_calcul IS 'Non utilisé, voir données techniques';
865     COMMENT ON COLUMN dossier.shob IS 'Non utilisé, voir données techniques';
866     COMMENT ON COLUMN dossier.lot IS 'Non utilisé';
867     COMMENT ON COLUMN dossier.hauteur IS 'Non utilisé, voir données techniques';
868     COMMENT ON COLUMN dossier.piece_nombre IS 'Non utilisé, voir données techniques';
869     COMMENT ON COLUMN dossier.amenagement IS 'Non utilisé, voir données techniques';
870     COMMENT ON COLUMN dossier.parcelle_lot IS 'Non utilisé';
871     COMMENT ON COLUMN dossier.parcelle_lot_lotissement IS 'Non utilisé';
872     COMMENT ON COLUMN dossier.temp1 IS '';
873     COMMENT ON COLUMN dossier.temp2 IS '';
874     COMMENT ON COLUMN dossier.temp3 IS '';
875     COMMENT ON COLUMN dossier.temp4 IS '';
876     COMMENT ON COLUMN dossier.temp5 IS '';
877     COMMENT ON COLUMN dossier.servitude IS 'Servitudes/Contraintes du dossier d''instruction';
878     COMMENT ON COLUMN dossier.erp IS 'Dossier d''instruction ERP';
879     COMMENT ON COLUMN dossier.avis_decision IS 'Avis du dossier d''instruction';
880     COMMENT ON COLUMN dossier.enjeu_erp IS 'Le dossier d''instruction est un enjeu ERP';
881     COMMENT ON COLUMN dossier.enjeu_urba IS 'Le dossier d''instruction est un enjeu urbain';
882     COMMENT ON COLUMN dossier.division IS 'Division à laquelle est rattaché le dossier d''instruction';
883     COMMENT ON COLUMN dossier.autorite_competente IS 'Autorité compétente du dossier d''instruction';
884     COMMENT ON COLUMN dossier.a_qualifier IS 'Le dossier d''instruction est à qualifier';
885     COMMENT ON COLUMN dossier.terrain_references_cadastrales IS 'Références cadastrales du dossier d''instruction';
886     COMMENT ON COLUMN dossier.terrain_adresse_voie_numero IS 'Numéro de la voie de l''adresse du terrain';
887     COMMENT ON COLUMN dossier.terrain_adresse_voie IS 'Nom de la voie de l''adresse du terrain';
888     COMMENT ON COLUMN dossier.terrain_adresse_lieu_dit IS 'Lieu dit de l''adresse du terrain';
889     COMMENT ON COLUMN dossier.terrain_adresse_localite IS 'Ville de l''adresse du terrain';
890     COMMENT ON COLUMN dossier.terrain_adresse_code_postal IS 'Code postal de l''adresse du terrain';
891     COMMENT ON COLUMN dossier.terrain_adresse_bp IS 'Boîte postale de l''adresse du terrain';
892     COMMENT ON COLUMN dossier.terrain_adresse_cedex IS 'Cedex de l''adresse du terrain';
893     COMMENT ON COLUMN dossier.terrain_superficie IS 'Superficie du terrain concerné par du dossier d''instruction';
894     COMMENT ON COLUMN dossier.dossier_autorisation IS 'Dossier d''autorisation du dossier d''instruction';
895     COMMENT ON COLUMN dossier.dossier_instruction_type IS 'Type du dossier d''instruction';
896     COMMENT ON COLUMN dossier.date_dernier_depot IS 'Date du dernier dépôt d''événement d''instruction';
897     COMMENT ON COLUMN dossier.version IS 'Numéro de version du dossier d''instruction, permet de connaitre le parcours du dossier d''autorisation';
898     COMMENT ON COLUMN dossier.incompletude IS 'Le dossier d''instruction est en incomplétude';
899     COMMENT ON COLUMN dossier.evenement_suivant_tacite IS 'Événement appliqué en cas de tacicité';
900     COMMENT ON COLUMN dossier.evenement_suivant_tacite_incompletude IS 'Événement appliqué en cas de tacicité sur un dossier en incomplétude';
901     COMMENT ON COLUMN dossier.etat_pendant_incompletude IS 'État du dossier d''instruction pendant l''incomplétude';
902     COMMENT ON COLUMN dossier.date_limite_incompletude IS 'Date limite de l''incomplétude';
903     COMMENT ON COLUMN dossier.delai_incompletude IS 'Délai servant au calcul de la date lmite d''incomplétude';
904 softime 2502 COMMENT ON COLUMN dossier.dossier_libelle IS 'Numéro du dossier d''instruction utilisé lors de l''affichage';
905 softime 2501 COMMENT ON COLUMN dossier.numero_versement_archive IS 'Numéro de versement aux archives du dossier d''instruction';
906     COMMENT ON COLUMN dossier.duree_validite IS 'Durée de validité du dossier d''instruction (récupéré du paramétrage du type detaillé du dossier d''autorisation lors de sa création)';
907     COMMENT ON COLUMN dossier.geom IS 'Centroĩde du dossiers d''instruction sur le SIG';
908     COMMENT ON COLUMN dossier.geom1 IS '';
909 nhaye 2472
910     -- dossier_autorisation
911 softime 2502 COMMENT ON TABLE dossier_autorisation IS 'Dossier d''autorisation';
912     COMMENT ON COLUMN dossier_autorisation.dossier_autorisation IS 'Numéro du dossier d''autorisation';
913     COMMENT ON COLUMN dossier_autorisation.dossier_autorisation_type_detaille IS 'Type détaillé du dossier d''autorisation';
914     COMMENT ON COLUMN dossier_autorisation.exercice IS 'Exercice fiscal du dossier d''autorisation (année sur 2 chiffres)';
915     COMMENT ON COLUMN dossier_autorisation.insee IS 'Code INSEE du dossier d''autorisation';
916     COMMENT ON COLUMN dossier_autorisation.terrain_references_cadastrales IS 'Références cadastrales du dossier d''autorisation (récupéré depuis le dernier dossier d''instruction validé)';
917     COMMENT ON COLUMN dossier_autorisation.terrain_adresse_voie_numero IS 'Numéro de la voie de l''adresse du terrain';
918     COMMENT ON COLUMN dossier_autorisation.terrain_adresse_voie IS 'Nom de la voie de l''adresse du terrain';
919     COMMENT ON COLUMN dossier_autorisation.terrain_adresse_lieu_dit IS 'Lieu dit de l''adresse du terrain';
920     COMMENT ON COLUMN dossier_autorisation.terrain_adresse_localite IS 'Ville de l''adresse du terrain';
921     COMMENT ON COLUMN dossier_autorisation.terrain_adresse_code_postal IS 'Code postal de l''adresse du terrain';
922     COMMENT ON COLUMN dossier_autorisation.terrain_adresse_bp IS 'Boîte postale de l''adresse du terrain';
923     COMMENT ON COLUMN dossier_autorisation.terrain_adresse_cedex IS 'Cedex de l''adresse du terrain';
924     COMMENT ON COLUMN dossier_autorisation.terrain_superficie IS 'Superficie du terrain concerné par du dossier d''instruction';
925     COMMENT ON COLUMN dossier_autorisation.arrondissement IS 'Arrondissement du dossier d''autorisation';
926     COMMENT ON COLUMN dossier_autorisation.depot_initial IS 'Dépôt initial du dossier d''autorisation';
927     COMMENT ON COLUMN dossier_autorisation.erp_numero_batiment IS 'Numéro du bâtiment ERP';
928     COMMENT ON COLUMN dossier_autorisation.erp_ouvert IS 'Bâtiment ERP ouvert';
929     COMMENT ON COLUMN dossier_autorisation.erp_date_ouverture IS 'Date d''ouverture du bâtiment ERP';
930     COMMENT ON COLUMN dossier_autorisation.erp_arrete_decision IS 'Un arrêté de décision a été rendu pour le bâtiment ERP';
931     COMMENT ON COLUMN dossier_autorisation.erp_date_arrete_decision IS 'Date d''arrete de décision du bâtiment ERP';
932     COMMENT ON COLUMN dossier_autorisation.numero_version IS 'Numéro de version du dossier d''instruction en cours';
933     COMMENT ON COLUMN dossier_autorisation.etat_dossier_autorisation IS 'État du dossier d''autorisation';
934     COMMENT ON COLUMN dossier_autorisation.date_depot IS 'Date de dépôt de la demande';
935     COMMENT ON COLUMN dossier_autorisation.date_decision IS 'Date de décision du dernier dossier d''instruction accepté';
936     COMMENT ON COLUMN dossier_autorisation.date_validite IS 'Date de validité du dernier dossier d''instruction accepté';
937     COMMENT ON COLUMN dossier_autorisation.date_chantier IS 'Date de chantier du dernier dossier d''instruction accepté';
938     COMMENT ON COLUMN dossier_autorisation.date_achevement IS 'Date d''achèvement du chantier du dernier dossier d''instruction accepté';
939     COMMENT ON COLUMN dossier_autorisation.avis_decision IS 'Avis du dossier d''autorisation récupéré depuis le dernier dossier d''instruction accepté';
940     COMMENT ON COLUMN dossier_autorisation.etat_dernier_dossier_instruction_accepte IS 'État du dernier dossier d''instruction accepté';
941     COMMENT ON COLUMN dossier_autorisation.dossier_autorisation_libelle IS 'Numéro du dossier d''autorisation utilisé lors de l''affichage';
942 nhaye 2472
943     -- dossier_autorisation_parcelle
944 softime 2516 COMMENT ON TABLE dossier_autorisation_parcelle IS 'Parcelles liées aux dossiers d''autorisation (Permet de découper les références cadastrales d''un dossier d''autorisation)';
945     COMMENT ON COLUMN dossier_autorisation_parcelle.dossier_autorisation_parcelle IS 'Identifiant unique';
946     COMMENT ON COLUMN dossier_autorisation_parcelle.dossier_autorisation IS 'Dossier d''autorisation lié';
947     COMMENT ON COLUMN dossier_autorisation_parcelle.parcelle IS 'Parcelle liée';
948     COMMENT ON COLUMN dossier_autorisation_parcelle.libelle IS 'Libellé de la parcelle';
949 nhaye 2472
950     -- dossier_autorisation_type
951 nhaye 2504 COMMENT ON TABLE dossier_autorisation_type IS 'Type des dossier d''autorisation';
952     COMMENT ON COLUMN dossier_autorisation_type.dossier_autorisation_type IS 'Identifiant unique';
953     COMMENT ON COLUMN dossier_autorisation_type.code IS 'Code du type de dossier d''autorisation (PC, PD, PA, ...)';
954     COMMENT ON COLUMN dossier_autorisation_type.libelle IS 'Libellé du type de dossier d''autorisation';
955     COMMENT ON COLUMN dossier_autorisation_type.description IS 'Description du type de dossier d''autorisation';
956     COMMENT ON COLUMN dossier_autorisation_type.confidentiel IS 'Permet de gérer la confidentialité sur les dossiers d''autorisation de ce type';
957     COMMENT ON COLUMN dossier_autorisation_type.groupe IS 'Permet de définir le service qui doit traiter ce type de dossier d''autorisation';
958 nhaye 2472
959     -- dossier_autorisation_type_detaille
960 nhaye 2506 COMMENT ON TABLE dossier_autorisation_type_detaille IS 'Type détaillé des dossier d''autorisation';
961     COMMENT ON COLUMN dossier_autorisation_type_detaille.dossier_autorisation_type_detaille IS 'Identifiant unique';
962     COMMENT ON COLUMN dossier_autorisation_type_detaille.code IS 'Code du type détaillé de dossier d''autorisation (PCI, PCA, PD, PA, ...)';
963     COMMENT ON COLUMN dossier_autorisation_type_detaille.libelle IS 'Libellé du type détaillé de dossier d''autorisation';
964     COMMENT ON COLUMN dossier_autorisation_type_detaille.description IS 'Description du type détaillé de dossier d''autorisation';
965     COMMENT ON COLUMN dossier_autorisation_type_detaille.dossier_autorisation_type IS 'Type de dossier d''autorisation lié';
966     COMMENT ON COLUMN dossier_autorisation_type_detaille.cerfa IS 'Permet de définir le cerfa qui doit être appliqué à ce type détaillé de dossier d''autorisation';
967     COMMENT ON COLUMN dossier_autorisation_type_detaille.cerfa_lot IS 'Permet de définir le cerfa qui doit être appliqué aux lots de ce type détaillé de dossier d''autorisation';
968 nhaye 2507 COMMENT ON COLUMN dossier_autorisation_type_detaille.duree_validite_parametrage IS 'Permet de calculer la date de péremption d''un dossier d''autorisation';
969 nhaye 2472
970     -- dossier_commission
971 nhaye 2507 COMMENT ON TABLE dossier_commission IS 'Demande de passage des dossiers en commission';
972     COMMENT ON COLUMN dossier_commission.dossier_commission IS 'Identifiant unique';
973     COMMENT ON COLUMN dossier_commission.commission_type IS 'Type de commission (Commission Technique d''Urbanisme, ...)';
974     COMMENT ON COLUMN dossier_commission.date_souhaitee IS 'Date de commission souhaitée';
975     COMMENT ON COLUMN dossier_commission.motivation IS 'Motivation de la demande de commission';
976     COMMENT ON COLUMN dossier_commission.commission IS 'Identifiant de la commission effective';
977     COMMENT ON COLUMN dossier_commission.avis IS 'Avis rendu par la commission';
978 nhaye 2509 COMMENT ON COLUMN dossier_commission.lu IS 'Permet de définir que l''instructeur a lu l''avis rendu';
979 nhaye 2472
980     -- dossier_instruction_type
981 nhaye 2508 COMMENT ON TABLE dossier_instruction_type IS 'Type de dossier d''instruction (initial, modificatif, transfert, ...)';
982     COMMENT ON COLUMN dossier_instruction_type.dossier_instruction_type IS 'Identifiant unique';
983     COMMENT ON COLUMN dossier_instruction_type.code IS 'Code du type de dossier d''instruction';
984     COMMENT ON COLUMN dossier_instruction_type.libelle IS 'Libellé du type de dossier d''instruction';
985     COMMENT ON COLUMN dossier_instruction_type.description IS 'Description du type de dossier d''instruction';
986     COMMENT ON COLUMN dossier_instruction_type.dossier_autorisation_type_detaille IS 'Identifiant du type détaillé de dossier d''autorisation';
987     COMMENT ON COLUMN dossier_instruction_type.suffixe IS 'Permet de définir si un suffixe doit être appliqué au numéro de dossier d''instruction';
988     COMMENT ON COLUMN dossier_instruction_type.mouvement_sitadel IS 'Mouvement sitadel associé';
989 nhaye 2472
990     -- dossier_message
991 nhaye 2509 COMMENT ON TABLE dossier_message IS 'Messages liés aux dossiers';
992     COMMENT ON COLUMN dossier_message.dossier_message IS 'Identifiant unique';
993     COMMENT ON COLUMN dossier_message.dossier IS 'Dossier d''instruction lié';
994     COMMENT ON COLUMN dossier_message.type IS 'Type de message ';
995     COMMENT ON COLUMN dossier_message.emetteur IS 'Service émetteur du message';
996     COMMENT ON COLUMN dossier_message.date_emission IS 'Date d''envoi du message';
997     COMMENT ON COLUMN dossier_message.lu IS 'Permet de définir que l''instructeur a lu le message';
998     COMMENT ON COLUMN dossier_message.contenu IS 'Contenu du message';
999 nhaye 2472
1000     -- dossier_parcelle
1001 softime 2516 COMMENT ON TABLE dossier_parcelle IS 'Parcelles liées aux dossiers d''instruction (Permet de découper les références cadastrales d''un dossier d''instruction)';
1002 nhaye 2510 COMMENT ON COLUMN dossier_parcelle.dossier_parcelle IS 'Identifiant unique';
1003     COMMENT ON COLUMN dossier_parcelle.dossier IS 'Dossier d''instruction lié';
1004     COMMENT ON COLUMN dossier_parcelle.parcelle IS 'Parcelle liée';
1005     COMMENT ON COLUMN dossier_parcelle.libelle IS 'Libellé de la parcelle';
1006 nhaye 2472
1007     -- etat
1008 nhaye 2511 COMMENT ON TABLE etat IS 'États des dossiers d''instruction';
1009     COMMENT ON COLUMN etat.etat IS 'Identifiant unique';
1010     COMMENT ON COLUMN etat.libelle IS 'Libellé de l''état';
1011     COMMENT ON COLUMN etat.statut IS 'Statut de l''état (encours, cloture)';
1012 nhaye 2472
1013     -- etat_dossier_autorisation
1014 nhaye 2512 COMMENT ON TABLE etat_dossier_autorisation IS 'États des dossiers d''autorisation';
1015     COMMENT ON COLUMN etat_dossier_autorisation.etat_dossier_autorisation IS 'Identifiant unique';
1016     COMMENT ON COLUMN etat_dossier_autorisation.libelle IS 'Libellé de l''état';
1017 nhaye 2472
1018     -- evenement
1019 nhaye 2513 COMMENT ON TABLE evenement IS 'Paramétrage des événements d''instruction';
1020     COMMENT ON COLUMN evenement.evenement IS 'Identifiant unique';
1021     COMMENT ON COLUMN evenement.libelle IS 'Libellé de l''événement';
1022     COMMENT ON COLUMN evenement.action IS 'Action à effectuer après l''ajout d''un événement';
1023     COMMENT ON COLUMN evenement.etat IS 'État à appliquer au dossier';
1024     COMMENT ON COLUMN evenement.delai IS 'Permet de calculer la durée de validité de l''instruction';
1025     COMMENT ON COLUMN evenement.accord_tacite IS 'Permet de définir le type d''accord à la fin du délai limite d''instruction';
1026     COMMENT ON COLUMN evenement.delai_notification IS 'Délai de notification avant que l''accord tacite soit appliqué';
1027     COMMENT ON COLUMN evenement.lettretype IS 'Courrier associé à l''événement';
1028     COMMENT ON COLUMN evenement.consultation IS 'Consultation liée à l''événement';
1029     COMMENT ON COLUMN evenement.avis_decision IS 'Avis sur la décision du dossier d''instruction';
1030     COMMENT ON COLUMN evenement.restriction IS 'Formule optionnelle permettant de refuser la validation du formulaire d’ajout d’événement d’instruction si le résultat de la formule est faux';
1031     COMMENT ON COLUMN evenement.type IS 'Permet de qualifier un type d’événement. Les valeurs disponibles sont : “arrêté” pour permettre une gestion propre aux arrêtés, ou “incomplétude” ou “majoration de délais” pour permettre certains calculs dans les tableaux de bord de l’instructeur';
1032     COMMENT ON COLUMN evenement.evenement_retour_ar IS 'Événement déclenché par un retour AR';
1033     COMMENT ON COLUMN evenement.evenement_suivant_tacite IS 'Événement déclenché par une decision tacite';
1034     COMMENT ON COLUMN evenement.evenement_retour_signature IS 'Événement déclenché par un retour de signature';
1035     COMMENT ON COLUMN evenement.autorite_competente IS 'Permet de définir l''autorité compétente du dossier d''instruction';
1036     COMMENT ON COLUMN evenement.retour IS 'Permet de définir si il s''agit d''un événement de retour d''AR ou de signature';
1037 nhaye 2472
1038     -- genre
1039 nhaye 2515 COMMENT ON TABLE genre IS 'Genre des services d''affectation des dossiers d''instruction (URBA, ERP)';
1040 nhaye 2514 COMMENT ON COLUMN genre.genre IS 'Identifiant unique';
1041 nhaye 2515 COMMENT ON COLUMN genre.code IS 'Code du genre de services (URBA, ERP)';
1042 nhaye 2514 COMMENT ON COLUMN genre.libelle IS 'Libellé du service';
1043     COMMENT ON COLUMN genre.description IS 'Description du service';
1044 nhaye 2472
1045     -- groupe
1046 nhaye 2515 COMMENT ON TABLE groupe IS 'Services d''affectation des dossiers d''instruction (URBA, ERP)';
1047     COMMENT ON COLUMN groupe.groupe IS 'Identifiant unique';
1048     COMMENT ON COLUMN groupe.code IS 'Code du service (ADS, CTX, CU, ERP, ...)';
1049     COMMENT ON COLUMN groupe.libelle IS 'Libellé du service';
1050     COMMENT ON COLUMN groupe.description IS 'Description du service';
1051     COMMENT ON COLUMN groupe.genre IS 'Genre d''appartenance du service';
1052 nhaye 2472
1053     -- instructeur
1054 softime 2517 COMMENT ON TABLE instructeur IS 'Instructeur de dossier';
1055     COMMENT ON COLUMN instructeur.instructeur IS 'Identifiant unique';
1056     COMMENT ON COLUMN instructeur.nom IS 'Nom de l''instructeur';
1057     COMMENT ON COLUMN instructeur.telephone IS 'Téléphone de l''instructeur';
1058     COMMENT ON COLUMN instructeur.division IS 'Division de l''instructeur';
1059     COMMENT ON COLUMN instructeur.om_utilisateur IS 'Utilisateur correspondant à l''instructeur';
1060     COMMENT ON COLUMN instructeur.om_validite_debut IS 'Date de début de validité de l''instructeur';
1061     COMMENT ON COLUMN instructeur.om_validite_fin IS 'Date de fin de validité de l''instructeur';
1062 nhaye 2472
1063     -- instruction
1064    
1065     -- lien_demande_demandeur
1066    
1067     -- lien_demande_type_etat_dossier_autorisation
1068    
1069     -- lien_dossier_autorisation_demandeur
1070    
1071     -- lien_dossier_demandeur
1072    
1073     -- lien_dossier_instruction_type_evenement
1074    
1075     -- lien_lot_demandeur
1076    
1077     -- lien_service_om_utilisateur
1078    
1079     -- lien_service_service_categorie
1080    
1081     -- lot
1082    
1083     -- om_collectivite
1084    
1085     -- om_dashboard
1086    
1087     -- om_droit
1088    
1089     -- om_etat
1090    
1091     -- om_lettretype
1092    
1093     -- om_logo
1094    
1095     -- om_parametre
1096    
1097     -- om_profil
1098    
1099     -- om_requete
1100    
1101     -- om_sig_map
1102    
1103     -- om_sig_map_comp
1104    
1105     -- om_sig_map_wms
1106    
1107     -- om_sig_wms
1108    
1109     -- om_sousetat
1110    
1111     -- om_utilisateur
1112    
1113     -- om_version
1114    
1115     -- om_widget
1116    
1117     -- parcelle
1118    
1119     -- parcelle_lot
1120    
1121     -- pos
1122    
1123     -- proprietaire
1124    
1125     -- quartier
1126    
1127     -- rapport_instruction
1128    
1129     -- regle
1130    
1131     -- rivoli
1132    
1133     -- service
1134    
1135     -- service_categorie
1136    
1137     -- servitude_ligne
1138    
1139     -- servitude_point
1140    
1141     -- servitude_surfacique
1142    
1143     -- sig_elyx
1144    
1145     -- signataire_arrete
1146    
1147     -- transition
1148    

Properties

Name Value
svn:keywords Id

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26