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

Diff of /trunk/data/pgsql/v3.12.0-a1-dev.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2466 by nmeucci, Thu Nov 14 16:23:47 2013 UTC revision 2488 by softime, Tue Nov 19 14:06:10 2013 UTC
# Line 5  Line 5 
5  --  --
6  -- @package openfoncier  -- @package openfoncier
7  -- @version SVN : $Id$  -- @version SVN : $Id$
 -------------------------------------------------------------------------------  
8    -------------------------------------------------------------------------------
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    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    
45    -- architecte
46    
47    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    -- arrondissement
65    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    
71    -- autorite_competente
72    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    
78    -- avis_consultation
79    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    
86    -- avis_decision
87    COMMENT ON TABLE avis_decision IS 'Avis décidé après l''instruction d''un dossier d''instruction';
88    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    
94    -- bible
95    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    
104    -- blocnote
105    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    
111    -- cerfa
112    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    
342    -- civilite
343    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    
350    -- commission
351    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    
368    -- commission_type
369    
370    -- consultation
371    COMMENT ON TABLE consultation IS 'Demande de consultation d''un dossier d''instruction à un service';
372    COMMENT ON COLUMN consultation.consultation IS 'Identifiant unique';
373    COMMENT ON COLUMN consultation.dossier IS 'Dossier d''instruction sur lequel il y a la demande de consultation';
374    COMMENT ON COLUMN consultation.date_envoi IS 'Libellé de la civilité';
375    COMMENT ON COLUMN consultation.date_retour IS 'Date de retour de la consultation';
376    COMMENT ON COLUMN consultation.date_limite IS 'Date limite pour la consultation';
377    COMMENT ON COLUMN consultation.service IS 'Service demandé pour la consultation';
378    COMMENT ON COLUMN consultation.avis_consultation IS 'Avis de la consultation';
379    COMMENT ON COLUMN consultation.date_reception IS 'Date de réception de la consultation';
380    COMMENT ON COLUMN consultation.motivation IS 'Motivation du service pour l''avis rendu sur la consultation';
381    COMMENT ON COLUMN consultation.fichier IS 'Document joint à la réponse de consultation';
382    COMMENT ON COLUMN consultation.lu IS 'Indique que la demande de consultation a été lue';
383    COMMENT ON COLUMN consultation.code_barres IS 'Code barre de la consultation';
384    COMMENT ON COLUMN consultation.om_fichier_consultation IS 'Document résumé de la consultation';
385    COMMENT ON COLUMN consultation.om_final_consultation IS 'Document résumé de la consultation finalisé';
386    
387    -- demande
388    COMMENT ON TABLE demande IS 'Demande saisie par le guichet unique';
389    COMMENT ON COLUMN demande.demande IS 'Identifiant unique';
390    COMMENT ON COLUMN demande.dossier_autorisation_type_detaille IS 'Type du dossier d''autorisation (PCI, AZ, AT, ...) à sa création';
391    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';
392    COMMENT ON COLUMN demande.dossier_instruction IS 'Dossier d''instruction de la demande';
393    COMMENT ON COLUMN demande.dossier_autorisation IS 'Dossier d''autorisation de la demande';
394    COMMENT ON COLUMN demande.date_demande IS 'Date de la demande';
395    COMMENT ON COLUMN demande.terrain_references_cadastrales IS 'Références cadastrales de l''adresse du terrain';
396    COMMENT ON COLUMN demande.terrain_adresse_voie_numero IS 'Numéro de la voie de l''adresse du terrain';
397    COMMENT ON COLUMN demande.terrain_adresse_voie IS 'Nom de la voie de l''adresse du terrain';
398    COMMENT ON COLUMN demande.terrain_adresse_lieu_dit IS 'Lieu dit de l''adresse du terrain';
399    COMMENT ON COLUMN demande.terrain_adresse_localite IS 'Ville de l''adresse du terrain';
400    COMMENT ON COLUMN demande.terrain_adresse_code_postal IS 'Code postal de l''adresse du terrain';
401    COMMENT ON COLUMN demande.terrain_adresse_bp IS 'Boîte postale de l''adresse du terrain';
402    COMMENT ON COLUMN demande.terrain_adresse_cedex IS 'Cedex de l''adresse du terrain';
403    COMMENT ON COLUMN demande.terrain_superficie IS 'Superficie du terrain';
404    COMMENT ON COLUMN demande.instruction_recepisse IS 'Récipissé de l''instruction lors de la création de la demande';
405    COMMENT ON COLUMN demande.arrondissement IS 'Arrondissement de la demande';
406    
407    -- demande_nature
408    
409    -- demande_type
410    
411    -- demandeur
412    
413    -- direction
414    
415    -- division
416    
417    -- document_numerise
418    
419    -- document_numerise_type
420    
421    -- document_numerise_type_categorie
422    
423    -- donnees_techniques
424    
425    -- dossier
426    
427    -- dossier_autorisation
428    
429    -- dossier_autorisation_parcelle
430    
431    -- dossier_autorisation_type
432    
433    -- dossier_autorisation_type_detaille
434    
435    -- dossier_commission
436    
437    -- dossier_instruction_type
438    
439    -- dossier_message
440    
441    -- dossier_parcelle
442    
443    -- etat
444    
445    -- etat_dossier_autorisation
446    
447    -- evenement
448    
449    -- genre
450    
451    -- groupe
452    
453    -- instructeur
454    
455    -- instruction
456    
457    -- lien_demande_demandeur
458    
459    -- lien_demande_type_etat_dossier_autorisation
460    
461    -- lien_dossier_autorisation_demandeur
462    
463    -- lien_dossier_demandeur
464    
465    -- lien_dossier_instruction_type_evenement
466    
467    -- lien_lot_demandeur
468    
469    -- lien_service_om_utilisateur
470    
471    -- lien_service_service_categorie
472    
473    -- lot
474    
475    -- om_collectivite
476    
477    -- om_dashboard
478    
479    -- om_droit
480    
481    -- om_etat
482    
483    -- om_lettretype
484    
485    -- om_logo
486    
487    -- om_parametre
488    
489    -- om_profil
490    
491    -- om_requete
492    
493    -- om_sig_map
494    
495    -- om_sig_map_comp
496    
497    -- om_sig_map_wms
498    
499    -- om_sig_wms
500    
501    -- om_sousetat
502    
503    -- om_utilisateur
504    
505    -- om_version
506    
507    -- om_widget
508    
509    -- parcelle
510    
511    -- parcelle_lot
512    
513    -- pos
514    
515    -- proprietaire
516    
517    -- quartier
518    
519    -- rapport_instruction
520    
521    -- regle
522    
523    -- rivoli
524    
525    -- service
526    
527    -- service_categorie
528    
529    -- servitude_ligne
530    
531    -- servitude_point
532    
533    -- servitude_surfacique
534    
535    -- sig_elyx
536    
537    -- signataire_arrete
538    
539    -- transition
540    

Legend:
Removed from v.2466  
changed lines
  Added in v.2488

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26