Bonjour,

J'ai l'habitude de créer un dictionnaire à partir du schéma d'information, style :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
select * from information_schema.columns where table_schema='mabase' order by table_name,ordinal_position;
Mon souci c'est qu'il me manque les commentaires descriptifs pour chaque champ (cf. PJ)

Nom : Commentaire_du_champ.png
Affichages : 234
Taille : 16,9 Ko

Quelqu'un peut-il me venir en aide SVP ?
Par avance merci.

Bien cordialement,
akr54