Structures des tables de données d'Ovidentia : Différence entre versions

De OviWiki
Aller à : navigation, rechercher
(Nouvelle page : Cet article est en cours de rédaction. Son contenu n'est pas exhaustif. == Agenda == === Table bab_calendar === contient les agendas et est directement liée aux tables bab_cal_re...)
 
Ligne 21 : Ligne 21 :
 
=== Table bab_cal_events ===
 
=== Table bab_cal_events ===
 
* id : identifiant de l'événement
 
* id : identifiant de l'événement
 +
 +
 +
== Articles ==
 +
 +
=== Table bab_articles ===
 +
id : id de l'article
 +
id_topic :
 +
id_author :
 +
date :
 +
date_publication :
 +
date_archiving :
 +
date_modification :
 +
title :
 +
head :
 +
body :
 +
archive :
 +
lang :
 +
restriction :
 +
ordering :
 +
id_modifiedby :
 +
index_status :
 +
 +
 +
 +
 +
=== Table bab_articles_images ===
 +
id :
 +
idArticle :
 +
name :
 +
relativePath :
 +
 +
 +
 +
=== Table bab_art_drafts ===
 +
id :
 +
id_author :
 +
date_creation :
 +
date_modification :
 +
date_submission :
 +
date_publication :
 +
date_archiving :
 +
title :
 +
head :
 +
body :
 +
lang :
 +
trash :
 +
id_topic :
 +
restriction :
 +
hpage_private :
 +
hpage_public :
 +
notify_members :
 +
idfai :
 +
result :
 +
id_article :
 +
id_anonymous :
 +
approbation :
 +
update_datemodif :
 +
 +
 +
 +
=== Table bab_art_drafts_files ===
 +
id :
 +
id_draft :
 +
name :
 +
description :
 +
ordering :
 +
 +
 +
 +
 +
=== Table bab_art_drafts_images ===
 +
id :
 +
idDraft :
 +
name :
 +
relativePath :
 +
 +
 +
 +
 +
 +
=== Table bab_art_drafts_notes ===
 +
id :
 +
id_draft :
 +
content :
 +
id_author :
 +
date_note :
 +
 +
 +
 +
 +
 +
=== Table bab_art_drafts_tags ===
 +
id_draft :
 +
id_tag :
 +
 +
 +
 +
 +
 +
=== Table bab_art_files ===
 +
id :
 +
id_article :
 +
name :
 +
description :
 +
index_status :
 +
ordering :
 +
 +
 +
 +
 +
=== Table bab_art_log ===
 +
id :
 +
id_article :
 +
id_author :
 +
date_log :
 +
action_log :
 +
art_log :
 +
 +
 +
 +
 +
=== Table bab_art_tags ===
 +
id_art :
 +
id_tag :
 +
 +
 +
 +
 +
=== Table bab_topcat_order ===
 +
id :
 +
id_topcat :
 +
type :
 +
ordering :
 +
id_parent :
 +
 +
 +
 +
 +
=== Table bab_topics ===
 +
id :
 +
category :
 +
description :
 +
id_cat :
 +
idsaart :
 +
idsacom :
 +
idsa_update :
 +
notify :
 +
lang :
 +
article_tmpl :
 +
display_tmpl :
 +
restrict_access :
 +
allow_hpages :
 +
allow_pubdates :
 +
allow_attachments :
 +
allow_update :
 +
max_articles :
 +
allow_manupdate :
 +
auto_approbation :
 +
busetags :
 +
allow_addImg :
 +
allow_article_rating
 +
 +
 +
 +
 +
=== Table bab_topicscom_groups ===
 +
id :
 +
id_object :
 +
id_group :
 +
 +
 +
 +
 +
=== Table bab_topicsman_groups ===
 +
id :
 +
id_object :
 +
id_group :
 +
 +
 +
 +
 +
=== Table bab_topicsmod_groups ===
 +
id :
 +
id_object :
 +
id_group :
 +
 +
 +
 +
 +
=== Table bab_topicssub_groups ===
 +
id :
 +
id_object :
 +
id_group :
 +
 +
 +
 +
 +
=== Table bab_topicsview_groups ===
 +
id :
 +
id_object :
 +
id_group :
 +
 +
 +
 +
 +
 +
=== Table bab_topics_categories ===
 +
id :
 +
title :
 +
description :
 +
enabled :
 +
template :
 +
id_dgowner :
 +
optional :
 +
id_parent :
 +
display_tmpl :
 +
 +
 +
 +
 +
 +
=== Table bab_topics_categories_images ===
 +
id :
 +
idCategory :
 +
name :
 +
relativePath :
 +
 +
 +
 +
 +
=== Table bab_topics_images ===
 +
id :
 +
idTopic :
 +
name :
 +
relativePath :

Version du 5 août 2009 à 14:40

Cet article est en cours de rédaction. Son contenu n'est pas exhaustif.

Agenda

Table bab_calendar

contient les agendas et est directement liée aux tables bab_cal_resources ou

  • id : identifiant d'un agenda
  • owner : correspond pour un agenda de ressources à l'identifiant de l'enregistrement dans la table bab_cal_resources
  • type : type de l'agenda (3 pour agenda de ressources)

Table bab_cal_resources

contient la description des agendas de ressources

  • id : identifiant de l'agenda
  • name : nom de l'agenda

Table bab_cal_events_owners

lie les evenements d'agendas avec les agendas

  • id_event : identifiant de l'événement
  • id_cal : identifiant de l'agenda

Table bab_cal_events

  • id : identifiant de l'événement


Articles

Table bab_articles

id : id de l'article id_topic : id_author : date : date_publication : date_archiving : date_modification : title : head : body : archive : lang : restriction : ordering : id_modifiedby : index_status :



Table bab_articles_images

id : idArticle : name : relativePath :


Table bab_art_drafts

id : id_author : date_creation : date_modification : date_submission : date_publication : date_archiving : title : head : body : lang : trash : id_topic : restriction : hpage_private : hpage_public : notify_members : idfai : result : id_article : id_anonymous : approbation : update_datemodif :


Table bab_art_drafts_files

id : id_draft : name : description : ordering :



Table bab_art_drafts_images

id : idDraft : name : relativePath :



Table bab_art_drafts_notes

id : id_draft : content : id_author : date_note :



Table bab_art_drafts_tags

id_draft : id_tag :



Table bab_art_files

id : id_article : name : description : index_status : ordering :



Table bab_art_log

id : id_article : id_author : date_log : action_log : art_log :



Table bab_art_tags

id_art : id_tag :



Table bab_topcat_order

id : id_topcat : type : ordering : id_parent :



Table bab_topics

id : category : description : id_cat : idsaart : idsacom : idsa_update : notify : lang : article_tmpl : display_tmpl : restrict_access : allow_hpages : allow_pubdates : allow_attachments : allow_update : max_articles : allow_manupdate : auto_approbation : busetags : allow_addImg : allow_article_rating



Table bab_topicscom_groups

id : id_object : id_group :



Table bab_topicsman_groups

id : id_object : id_group :



Table bab_topicsmod_groups

id : id_object : id_group :



Table bab_topicssub_groups

id : id_object : id_group :



Table bab_topicsview_groups

id : id_object : id_group :



Table bab_topics_categories

id : title : description : enabled : template : id_dgowner : optional : id_parent : display_tmpl :



Table bab_topics_categories_images

id : idCategory : name : relativePath :



Table bab_topics_images

id : idTopic : name : relativePath :