/[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 2493 - (hide annotations)
Wed Nov 20 10:11:52 2013 UTC (11 years, 2 months ago) by vpihour
Original Path: trunk/data/pgsql/v3.12.0-a1-dev.sql
File size: 35528 byte(s)
Ajout de commentaires sur la table commission_type

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    
445     -- division
446    
447     -- document_numerise
448    
449     -- document_numerise_type
450    
451     -- document_numerise_type_categorie
452    
453     -- donnees_techniques
454    
455     -- dossier
456    
457     -- dossier_autorisation
458    
459     -- dossier_autorisation_parcelle
460    
461     -- dossier_autorisation_type
462    
463     -- dossier_autorisation_type_detaille
464    
465     -- dossier_commission
466    
467     -- dossier_instruction_type
468    
469     -- dossier_message
470    
471     -- dossier_parcelle
472    
473     -- etat
474    
475     -- etat_dossier_autorisation
476    
477     -- evenement
478    
479     -- genre
480    
481     -- groupe
482    
483     -- instructeur
484    
485     -- instruction
486    
487     -- lien_demande_demandeur
488    
489     -- lien_demande_type_etat_dossier_autorisation
490    
491     -- lien_dossier_autorisation_demandeur
492    
493     -- lien_dossier_demandeur
494    
495     -- lien_dossier_instruction_type_evenement
496    
497     -- lien_lot_demandeur
498    
499     -- lien_service_om_utilisateur
500    
501     -- lien_service_service_categorie
502    
503     -- lot
504    
505     -- om_collectivite
506    
507     -- om_dashboard
508    
509     -- om_droit
510    
511     -- om_etat
512    
513     -- om_lettretype
514    
515     -- om_logo
516    
517     -- om_parametre
518    
519     -- om_profil
520    
521     -- om_requete
522    
523     -- om_sig_map
524    
525     -- om_sig_map_comp
526    
527     -- om_sig_map_wms
528    
529     -- om_sig_wms
530    
531     -- om_sousetat
532    
533     -- om_utilisateur
534    
535     -- om_version
536    
537     -- om_widget
538    
539     -- parcelle
540    
541     -- parcelle_lot
542    
543     -- pos
544    
545     -- proprietaire
546    
547     -- quartier
548    
549     -- rapport_instruction
550    
551     -- regle
552    
553     -- rivoli
554    
555     -- service
556    
557     -- service_categorie
558    
559     -- servitude_ligne
560    
561     -- servitude_point
562    
563     -- servitude_surfacique
564    
565     -- sig_elyx
566    
567     -- signataire_arrete
568    
569     -- transition
570    

Properties

Name Value
svn:keywords Id

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26