69 |
COMMENT ON COLUMN autorite_competente.description IS 'Description de l''autorité compétente'; |
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 |
|
|
89 |
-- blocnote |
-- blocnote |
90 |
|
COMMENT ON TABLE blocnote IS 'Annotation concernant le dossier d''instruction lié'; |
91 |
|
COMMENT ON COLUMN blocnote.blocnote IS 'Identifiant unique'; |
92 |
|
COMMENT ON COLUMN blocnote.categorie IS 'Catégorie de la note'; |
93 |
|
COMMENT ON COLUMN blocnote.note IS 'Contenu de la note'; |
94 |
|
COMMENT ON COLUMN blocnote.dossier IS 'Dossier d''instruction lié'; |
95 |
|
|
96 |
-- cerfa |
-- cerfa |
97 |
|
|