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

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

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

revision 2529 by nhaye, Wed Nov 27 11:26:35 2013 UTC revision 2530 by nhaye, Wed Nov 27 13:54:58 2013 UTC
# Line 1237  COMMENT ON COLUMN om_dashboard.om_widget Line 1237  COMMENT ON COLUMN om_dashboard.om_widget
1237  -- om_droit  -- om_droit
1238    
1239  -- om_etat  -- om_etat
1240    COMMENT ON TABLE om_etat IS 'Paramétrage des états';
1241    COMMENT ON COLUMN om_etat.om_etat IS 'Identifiant unique';
1242    COMMENT ON COLUMN om_etat.om_collectivite IS 'Identifiant de la collectivité liée à l''état';
1243    COMMENT ON COLUMN om_etat.id IS 'Identifiant de l''état';
1244    COMMENT ON COLUMN om_etat.libelle IS 'Libellé de l''état';
1245    COMMENT ON COLUMN om_etat.actif IS 'Défini si l''état est actif';
1246    COMMENT ON COLUMN om_etat.orientation IS 'Défini l''orientation de la page';
1247    COMMENT ON COLUMN om_etat.format IS 'Défini le format de la page';
1248    COMMENT ON COLUMN om_etat.logo IS 'Défini le logo d''entête';
1249    COMMENT ON COLUMN om_etat.logoleft IS 'Position du logo à gauche';
1250    COMMENT ON COLUMN om_etat.logotop IS 'Position du logo en haut';
1251    COMMENT ON COLUMN om_etat.titre IS 'Bloc de titre';
1252    COMMENT ON COLUMN om_etat.titreleft IS 'Position du titre à gauche';
1253    COMMENT ON COLUMN om_etat.titretop IS 'Position du titre en haut';
1254    COMMENT ON COLUMN om_etat.titrelargeur IS 'Largeur du titre';
1255    COMMENT ON COLUMN om_etat.titrehauteur IS 'Hauteur du titre';
1256    COMMENT ON COLUMN om_etat.titrefont IS 'Font du titre';
1257    COMMENT ON COLUMN om_etat.titreattribut IS 'Attribut du titre (gras, italique, sousligné)';
1258    COMMENT ON COLUMN om_etat.titretaille IS 'Taille de la font du titre';
1259    COMMENT ON COLUMN om_etat.titrebordure IS 'Défini si les bordures du titre sont affichées';
1260    COMMENT ON COLUMN om_etat.titrealign IS 'Alignement du texte du titre';
1261    COMMENT ON COLUMN om_etat.corps IS 'Bloc de corps';
1262    COMMENT ON COLUMN om_etat.corpsleft IS 'Position du corps à gauche';
1263    COMMENT ON COLUMN om_etat.corpstop IS 'Position du corps en haut';
1264    COMMENT ON COLUMN om_etat.corpslargeur IS 'Largeur du corps';
1265    COMMENT ON COLUMN om_etat.corpshauteur IS 'Hauteur du corps';
1266    COMMENT ON COLUMN om_etat.corpsfont IS 'Font du texte du corps';
1267    COMMENT ON COLUMN om_etat.corpsattribut IS 'Attribut du corps (gras, italique, sousligné)';
1268    COMMENT ON COLUMN om_etat.corpstaille IS 'Taille de la font du corps';
1269    COMMENT ON COLUMN om_etat.corpsbordure IS 'Défini si les bordures du titre sont affichées';
1270    COMMENT ON COLUMN om_etat.corpsalign IS 'Alignement du texte du corps';
1271    COMMENT ON COLUMN om_etat.om_sql IS 'Identifiant de la requête permettant de récupérer les champs de fusion de l''état';
1272    COMMENT ON COLUMN om_etat.sousetat IS 'Identifiant des sous états de l''état';
1273    COMMENT ON COLUMN om_etat.se_font IS 'Font du texte des sous états';
1274    COMMENT ON COLUMN om_etat.se_margeleft IS 'Marge à gauche des sous états';
1275    COMMENT ON COLUMN om_etat.se_margetop IS 'Marge haute des sous états';
1276    COMMENT ON COLUMN om_etat.se_margeright IS 'Marge de droite des sous états';
1277    COMMENT ON COLUMN om_etat.se_couleurtexte IS 'Couleur du texte des sous états';
1278    
1279  -- om_lettretype  -- om_lettretype
1280    

Legend:
Removed from v.2529  
changed lines
  Added in v.2530

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26