/[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 2473 by softime, Mon Nov 18 16:49:43 2013 UTC revision 2478 by vpihour, Mon Nov 18 17:55:03 2013 UTC
# Line 37  COMMENT ON COLUMN action.regle_autorite_ Line 37  COMMENT ON COLUMN action.regle_autorite_
37    
38  -- architecte  -- architecte
39    
40    COMMENT ON TABLE architecte IS 'Coordonnées d''un architecte';
41    COMMENT ON COLUMN architecte.architecte IS 'Identifiant unique';
42    COMMENT ON COLUMN architecte.nom IS 'Nom de famille de l''architecte';
43    COMMENT ON COLUMN architecte.prenom IS 'Prénom de l''architecte';
44    COMMENT ON COLUMN architecte.adresse1 IS 'Adresse de l''architecte';
45    COMMENT ON COLUMN architecte.adresse2 IS 'Complément d''adresse de l''architecte';
46    COMMENT ON COLUMN architecte.cp IS 'Code postal de l''architecte';
47    COMMENT ON COLUMN architecte.ville IS 'Ville de l''architecte';
48    COMMENT ON COLUMN architecte.pays IS 'Pays de l''architecte';
49    COMMENT ON COLUMN architecte.inscription IS 'Numéro d''inscription au conseil national de l''ordre des architectes de l''architecte';
50    COMMENT ON COLUMN architecte.telephone IS 'Téléphone de l''architecte';
51    COMMENT ON COLUMN architecte.fax IS 'Fax de l''architecte';
52    COMMENT ON COLUMN architecte.email IS 'Email de l''architecte';
53    COMMENT ON COLUMN architecte.note IS 'Note à propos de l''architecte';
54    COMMENT ON COLUMN architecte.frequent IS 'Permet de faire apparaître l''architecte dans la recherche sur les architectes dans les données techniques';
55    COMMENT ON COLUMN architecte.nom_cabinet IS 'Nom du cabinet dans lequel travail l''architecte';
56    
57  -- arrondissement  -- arrondissement
58  COMMENT ON TABLE arrondissement IS 'Division territoriale, administrative de la ville';  COMMENT ON TABLE arrondissement IS 'Division territoriale, administrative de la ville';
59  COMMENT ON COLUMN arrondissement.arrondissement IS 'Identifiant unique';  COMMENT ON COLUMN arrondissement.arrondissement IS 'Identifiant unique';
# Line 45  COMMENT ON COLUMN arrondissement.code_po Line 62  COMMENT ON COLUMN arrondissement.code_po
62  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';  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';
63    
64  -- autorite_competente  -- autorite_competente
65    COMMENT ON TABLE autorite_competente IS 'Autorité compétente pour rendre une décision sur une instruction';
66    COMMENT ON COLUMN autorite_competente.autorite_competente IS 'Identifiant unique';
67    COMMENT ON COLUMN autorite_competente.code IS 'Le code de l''autorité compétente';
68    COMMENT ON COLUMN autorite_competente.libelle IS 'Libellé de l''autorité compétente';
69    COMMENT ON COLUMN autorite_competente.description IS 'Description de l''autorité compétente';
70    
71  -- avis_consultation  -- avis_consultation
72    COMMENT ON TABLE avis_consultation IS 'Avis décidé après une consultation';
73    COMMENT ON COLUMN avis_consultation.avis_consultation IS 'Identifiant unique';
74    COMMENT ON COLUMN avis_consultation.libelle IS 'Libellé de l''avis';
75    COMMENT ON COLUMN avis_consultation.abrege IS 'Abréviation de l''avis';
76    COMMENT ON COLUMN avis_consultation.om_validite_debut IS 'Date de début de validité de l''avis';
77    COMMENT ON COLUMN avis_consultation.om_validite_fin IS 'Date de fin de validité de l''avis';
78    
79  -- avis_decision  -- avis_decision
80    COMMENT ON TABLE avis_decision IS 'Avis décidé après l''instruction d''un dossier d''instruction';
81    COMMENT ON COLUMN avis_decision.libelle IS 'Libellé de l''avis';
82    COMMENT ON COLUMN avis_decision.typeavis IS 'Type d''avis à rendre';
83    COMMENT ON COLUMN avis_decision.sitadel IS 'Type de mouvement sitadel';
84    COMMENT ON COLUMN avis_decision.sitadel_motif IS 'Motif de refus sitadel';
85    COMMENT ON COLUMN avis_decision.avis_decision IS 'Identifiant unique';
86    
87  -- bible  -- bible
88    

Legend:
Removed from v.2473  
changed lines
  Added in v.2478

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26