Description du modèle de données
actions
Sauvegarde les informations relatifs aux actions
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| id |
integer |
not null |
nextval('actions_id_seq'::regclass) |
Identifiant automatique de l'action |
| keyword |
character varying(32) |
not null |
'' |
Mot clé affectant le paramétrage de l'action dans la bannette |
| label_action |
character varying(255) |
|
|
Libellé de l'action |
| id_status |
character varying(10) |
|
|
Identifiant du statut associé à l'action (status.id) |
| is_system |
character(1) |
not null |
'N' |
Indique si c'est une action système |
| is_folder_action |
character(1) |
not null |
'N' |
Indique si c'est une action de dossier |
| enabled |
character(1) |
not null |
'Y' |
Action activée ou non |
| action_page |
character varying(255) |
|
|
Page de résultat de l'action |
| history |
character(1) |
not null |
'N' |
Indique si l'action est historisée ou non |
| origin |
character varying(255) |
not null |
'apps' |
deprecated |
| create_id |
character(1) |
not null |
'N' |
Indique si l'action va créer un identifiant |
| category_id |
character varying(255) |
|
|
deprecated |
actions_categories
Indique les catégories pour lesquelles les actions sont disponibles
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| action_id |
bigint |
not null |
|
Identifiant de l'action (actions.id) |
| category_id |
character varying(255) |
not null |
|
Indique les catégories pour lesquelles cette action est disponible |
actions_groupbaskets
Indique les actions disponible dans les bannettes pour chaque groupe
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| id_action |
bigint |
not null |
|
Identifiant de l'action (actions.id) |
| where_clause |
text |
|
|
Condition d'apparition de l'action dans la bannette |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe pour lequel l'action apparait (groupbasket.group_id) |
| basket_id |
character varying(32) |
not null |
|
Identifiant de la bannette dans l'aquelle l'action apparait (baskets.basket_id) |
| used_in_basketlist |
character(1) |
not null |
'Y'::bpchar |
Indique si l'action doit apparaitre dans la liste de résultat de la bannette |
| used_in_action_page |
character(1) |
not null |
'Y'::bpchar |
Indique si l'action apparait dans la page d'action |
| default_action_list |
character(1) |
not null |
'N'::bpchar |
Indique si c'est l'action par défaut dans la bannette |
adr_attachments
Table d'adressage de la collection attachments
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
res_id de la pièce jointe (attachments.res_id) |
| docserver_id |
character varying(32) |
not null |
|
Identifiant du docserver (docservers.id) |
| path |
character varying(255) |
|
NULL::character varying |
Chemin où est sauvegardé le fichier |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier |
| offset_doc |
character varying(255) |
|
NULL::character varying |
deprecated |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique du fichier |
| adr_priority |
integer |
not null |
|
deprecated |
| adr_type |
character varying(32) |
not null |
'DOC'::character varying |
Type de fichier |
adr_attachments_version
Table d'adressage de la collection attachments_version
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
res_id de la pièce jointe (attachments_version.res_id) |
| docserver_id |
character varying(32) |
not null |
|
Identifiant du docserver (docservers.id) |
| path |
character varying(255) |
|
NULL::character varying |
Chemin où est sauvegardé le fichier |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier |
| offset_doc |
character varying(255) |
|
NULL::character varying |
deprecated |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique du fichier |
| adr_priority |
integer |
not null |
|
deprecated |
| adr_type |
character varying(32) |
not null |
'DOC'::character varying |
Type de fichier |
adr_letterbox
Table d'adressage de la collection letterbox_coll
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
res_id du courrier (res_letterbox.res_id) |
| docserver_id |
character varying(32) |
not null |
|
Identifiant du docserver (docservers.id) |
| path |
character varying(255) |
|
NULL::character varying |
Chemin où est sauvegardé le fichier |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier |
| offset_doc |
character varying(255) |
|
NULL::character varying |
deprecated |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique du fichier |
| adr_priority |
integer |
not null |
|
deprecated |
| adr_type |
character varying(32) |
not null |
'DOC'::character varying |
Type de fichier |
adr_x
deprecated
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
res_id du document (res_x.res_id) |
| docserver_id |
character varying(32) |
not null |
|
Identifiant du docserver (docservers.id) |
| path |
character varying(255) |
|
NULL::character varying |
Chemin où est sauvegardé le fichier |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier |
| offset_doc |
character varying(255) |
|
NULL::character varying |
deprecated |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique du fichier |
| adr_priority |
integer |
not null |
|
deprecated |
| adr_type |
character varying(32) |
not null |
'DOC'::character varying |
Type de fichier |
af_security
deprecated
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| af_security_id |
bigint |
not null |
|
|
| af_security_label |
character varying(255) |
not null |
|
|
| group_id |
character varying(50) |
not null |
|
|
| tree_id |
character varying(50) |
not null |
|
|
| where_clause |
text |
not null |
|
|
| start_date |
timestamp without time zone |
|
|
|
| stop_date |
timestamp without time zone |
|
|
af_view_customer_target
deprecated
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| level1 |
character varying(255) |
not null |
|
|
| level1_id |
integer |
not null |
|
|
| level2 |
character varying(255) |
not null |
|
|
| level2_id |
integer |
not null |
|
|
| level3 |
character(4) |
not null |
|
|
| level3_id |
integer |
not null |
|
af_view_year_target
deprecated
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| level1 |
character varying(255) |
not null |
|
|
| level1_id |
integer |
not null |
|
|
| level2 |
character(4) |
not null |
|
|
| level2_id |
integer |
not null |
|
|
| level3 |
character varying(255) |
not null |
|
|
| level3_id |
integer |
not null |
|
allowed_ip
deprecated
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| id |
integer |
not null |
nextval('allowed_ip_id_seq'::regclass) |
|
| ip |
character varying(50) |
not null |
|
basket_persistent_mode
Indique les documents qui doivent rester dans la bannette
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| res_id |
bigint |
|
|
res_id du document (res_letterbox.res_id) |
| user_id |
character varying(128) |
|
|
Utilisateur (users.user_id) |
| is_persistent |
character varying(1) |
|
|
Indique si le courrier doit être toujours visible ou toujours caché |
baskets
Sauvegarde les informations relatifs aux bannettes
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| basket_id |
character varying(32) |
not null |
|
Identifiant de la bannette |
| basket_name |
character varying(255) |
not null |
|
Nom de la bannette |
| basket_desc |
character varying(255) |
not null |
|
Description de la bannette |
| basket_clause |
text |
not null |
|
Périmètre de la bannette |
| is_generic |
character varying(6) |
not null |
'N'::character varying |
deprecated |
| is_visible |
character(1) |
not null |
'Y'::bpchar |
Indique si la bannette doit apparaitre sur la page d'accueil ou non |
| is_folder_basket |
character(1) |
not null |
'N'::bpchar |
Indique si c'est une bannette de dossier |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indique si la bannette est activée |
| basket_order |
integer |
|
|
Indique l'ordre d'apparition de la bannette dans la page d'accueil |
| color |
character varying(16) |
|
|
Indique la couleur de la bannette sur la page d'accueil |
| basket_res_order |
character varying(255) |
|
|
Indique le tri par défaut dans la liste de résultats de la bannette |
| flag_notif |
character varying(1) |
|
|
Indique si la notification de bannette prend en compte cette bannette |
| except_notif |
text |
|
|
deprecated |
cases
Sauvegarde les informations relatifs aux affaires
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| case_id |
integer |
not null |
nextval('case_id_seq'::regclass) |
Identifians automatique de l'affaire |
| case_label |
character varying(255) |
not null |
''::bpchar |
Libellé de l'affaire |
| case_description |
character varying(255) |
|
|
Description de l'affaire |
| case_type |
character varying(32) |
|
|
|
| case_closing_date |
timestamp without time zone |
|
|
Date de clôture de l'affaire |
| case_last_update_date |
timestamp without time zone |
not null |
|
Date de dernière mise à jour de l'affaire |
| case_creation_date |
timestamp without time zone |
not null |
|
Date de création de l'affaire |
| case_typist |
character varying(128) |
not null |
''::bpchar |
Identifiant du créateur de l'affaire (users.user_id) |
| case_parent |
integer |
|
|
|
| case_custom_t1 |
character varying(255) |
|
|
|
| case_custom_t2 |
character varying(255) |
|
|
|
| case_custom_t3 |
character varying(255) |
|
|
|
| case_custom_t4 |
character varying(255) |
|
|
cases_res
Fait le lien entre les affaires et les couriers
| Colonne |
Type |
Nullable |
Par défaut |
Description |
| case_id |
integer |
not null |
|
Identifiant de l'affaire (cases.case_id) |
| res_id |
integer |
not null |
|
Identifiant du courrier présent dans l'affaire (res_letterbox.res_id) |
Sauvegarde les informations du formulaire d'adresses
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('contact_addresses_id_seq'::regclass) |
Identifiant automatique de l'adresse |
| contact_id |
bigint |
not null |
|
Identifiant du contact (contacts_v2.contact_id) |
| contact_purpose_id |
bigint |
|
1 |
Identifiant de la dénomination (contact_purposes.id) |
| departement |
character varying(255) |
|
|
Service |
| firstname |
character varying(255) |
|
|
Prénom |
| lastname |
character varying(255) |
|
|
Nom |
| title |
character varying(255) |
|
|
Titre |
| function |
character varying(255) |
|
|
Fonction |
| occupancy |
character varying(1024) |
|
|
N° app, étage, escalier |
| address_num |
character varying(32) |
|
|
Numéro de l'adresse |
| address_street |
character varying(255) |
|
|
Rue de l'adresse |
| address_complement |
character varying(255) |
|
|
Tour, bâtiment, immeuble, résidence |
| address_town |
character varying(255) |
|
|
Ville |
| address_postal_code |
character varying(255) |
|
|
Code postal |
| address_country |
character varying(255) |
|
|
Pays |
| phone |
character varying(20) |
|
|
Numéro de téléphone |
| email |
character varying(255) |
|
|
Courriel |
| website |
character varying(255) |
|
|
Site internet |
| salutation_header |
character varying(255) |
|
|
Formulation de politesse en début de courrier |
| salutation_footer |
character varying(255) |
|
|
Formulation de politesse en fin de courrier |
| other_data |
character varying(255) |
|
|
Informations complémentaires |
| user_id |
character varying(255) |
not null |
|
Identifiant de l'utilisateur ayant créé le contact (users.user_id) |
| entity_id |
character varying(32) |
not null |
|
Identifiant de l'entité primaire de l'utilisateur ayant créé le contact (entities.entity_id) |
| is_private |
character(1) |
not null |
'N'::bpchar |
Indique si l'adresse est privé ou public |
| enabled |
character varying(1) |
not null |
'Y'::bpchar |
Indique si l'adresse est activé ou non |
| external_contact_id |
character varying(128) |
|
|
Identifiant du service destinataire (entity.business_id) pour M2M |
| ban_id |
character varying(128) |
|
|
Identifiant de l'adresse dans le référentiel national |
Sauvegarde les moyens de communication pour un contact (M2M)
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('contact_communication_id_seq'::regclass) |
Identifint automatique du moyen de communication |
| contact_id |
bigint |
not null |
|
Identifiant du contact (contacts_v2.contact_id) |
| type |
character varying(255) |
not null |
|
Type de moyen de communication (email, url) |
| value |
character varying(255) |
not null |
|
Valeur du moyen de communication (test@maarch.org) |
Sauvegarde les dénominations d'adresses
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('contact_purposes_id_seq'::regclass) |
Identifiant automatique de la dénomination |
| label |
character varying(255) |
not null |
|
Libellé de la dénomination |
Sauvegarde les types de contact
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('contact_types_id_seq'::regclass) |
Identifiant automatique du type de contact |
| label |
character varying(255) |
not null |
|
Libellé du type de contact |
| can_add_contact |
character varying(1) |
not null |
'Y'::character varying |
Indique si ce type de contact peut être utilisé pour créer un contact dans la page d'indexation |
| contact_target |
character varying(50) |
|
|
Indique la cible de ce type de contact (corporate, no_corporate, both) |
Deprecated
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| contact_id |
bigint |
not null |
nextval('contact_id_seq'::regclass) |
|
| lastname |
character varying(255) |
|
|
|
| firstname |
character varying(255) |
|
|
|
| society |
character varying(255) |
|
|
|
| function |
character varying(255) |
|
|
|
| address_num |
character varying(32) |
|
|
|
| address_street |
character varying(255) |
|
|
|
| address_complement |
character varying(255) |
|
|
|
| address_town |
character varying(255) |
|
|
|
| address_postal_code |
character varying(255) |
|
|
|
| address_country |
character varying(255) |
|
|
|
| email |
character varying(255) |
|
|
|
| phone |
character varying(20) |
|
|
|
| other_data |
text |
|
|
|
| is_corporate_person |
character(1) |
not null |
'Y'::bpchar |
|
| user_id |
character varying(128) |
|
|
|
| title |
character varying(255) |
|
|
|
| business_id |
character varying(255) |
|
|
|
| ref_identifier |
character varying(255) |
|
|
|
| acc_number |
character varying(50) |
|
|
|
| entity_id |
character varying(32) |
|
|
|
| contact_type |
character varying(255) |
not null |
'letter'::character varying |
|
| enabled |
character(1) |
not null |
'Y'::bpchar |
|
| is_private |
character varying(1) |
not null |
'N'::character varying |
Fait le lien entre les courriers et les contacts (multicontacts)
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| res_id |
bigint |
not null |
|
Indique le res_id du courrier (res_letterbox.res_id) |
| contact_id |
character varying(128) |
not null |
|
Indique l'identifiant du contact (contacts_v2.contact_id) |
| address_id |
bigint |
not null |
|
Indique l'identifiant de l'adresse (contact_addresses.id) |
| mode |
character varying |
not null |
'multi'::character varying |
Sauvegarde les informations relatifs aux contacts
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| contact_id |
bigint |
not null |
nextval('contact_v2_id_seq'::regclass) |
Identifiant automatique du contact |
| contact_type |
bigint |
not null |
|
Identifiant du type de contact (contact_types.id) |
| is_corporate_person |
character(1) |
|
'Y'::bpchar |
Indique si c'est un contact moral ou particulier |
| is_external_contact |
character(1) |
|
'N'::bpchar |
Indique si c'est un contact externe ou pas (M2M) |
| society |
character varying(255) |
|
|
Nom de la société du contact |
| society_short |
character varying(32) |
|
|
Nom court de la société |
| firstname |
character varying(255) |
|
|
Prénom |
| lastname |
character varying(255) |
|
|
Nom |
| title |
character varying(255) |
|
|
Titre du contact |
| function |
character varying(255) |
|
|
Fonction du contact |
| other_data |
text |
|
|
Informations complémentaires |
| user_id |
character varying(255) |
not null |
|
Identifiant de l'utilisateur ayant créé le contact (users.user_id) |
| entity_id |
character varying(32) |
not null |
|
Identifiant de l'entité primaire de l'utilisateur ayant créé le contact (entities.entity_id) |
| creation_date |
timestamp without time zone |
not null |
|
Date de création du contact |
| update_date |
timestamp without time zone |
|
|
Date de dernière mise à jour du contact |
| enabled |
character varying(1) |
not null |
'Y'::bpchar |
Indique si le contact est activé ou pas |
convert_stack
Table de travail utilisée pour la conversion des docs en mode batch
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| coll_id |
character varying(32) |
not null |
|
collection du document |
| res_id |
bigint |
not null |
|
identifiant unique du document |
| convert_format |
character varying(32) |
not null |
'pdf'::character varying |
format de conversion demandé |
| cnt_retry |
integer |
|
|
nombre de tentatives de conversion |
| status |
character(1) |
not null |
|
statut de la conversion |
| work_batch |
bigint |
|
|
numéro du batch de conversion |
| regex |
character varying(32) |
|
|
expression régulière pour filtrer les documents à convertir |
difflist_types
Sauvegarde les types de liste de diffusion
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| difflist_type_id |
character varying(50) |
not null |
|
Identifiant du type de liste de diffusion |
| difflist_type_label |
character varying(100) |
not null |
|
Libellé du type de liste de diffusion |
| difflist_type_roles |
text |
|
|
Rôles disponibles pour ce type de liste de diffusion |
| allow_entities |
character varying(1) |
not null |
'N'::bpchar |
Indique si les entités sont autorisées ou pas |
| is_system |
character varying(1) |
not null |
'N'::bpchar |
Indique si c'est un type système ou pas |
docserver_locations
deprecated
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| docserver_location_id |
character varying(32) |
not null |
|
|
| ipv4 |
character varying(255) |
|
NULL::character varying |
|
| ipv6 |
character varying(255) |
|
NULL::character varying |
|
| net_domain |
character varying(32) |
|
NULL::character varying |
|
| mask |
character varying(255) |
|
NULL::character varying |
|
| net_link |
character varying(255) |
|
NULL::character varying |
|
| enabled |
character(1) |
not null |
'Y'::bpchar |
docserver_types
Sauvegarde les types de zones de stockage
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| docserver_type_id |
character varying(32) |
not null |
|
Identifiant du type de zone de stockage |
| docserver_type_label |
character varying(255) |
|
NULL::character varying |
Libellé du type de zone de stockage |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indique si le type est activé ou non |
| is_container |
character(1) |
not null |
'N'::bpchar |
deprecated |
| container_max_number |
integer |
not null |
0 |
deprecated |
| is_compressed |
character(1) |
not null |
'N'::bpchar |
deprecated |
| compression_mode |
character varying(32) |
|
NULL::character varying |
deprecated |
| is_meta |
character(1) |
not null |
'N'::bpchar |
deprecated |
| meta_template |
character varying(32) |
|
NULL::character varying |
deprecated |
| is_logged |
character(1) |
not null |
'N'::bpchar |
deprecated |
| log_template |
character varying(32) |
|
NULL::character varying |
deprecated |
| is_signed |
character(1) |
not null |
'N'::bpchar |
deprecated |
| fingerprint_mode |
character varying(32) |
|
NULL::character varying |
deprecated |
docservers
Sauvegarde les informations relatifs aux zones de stockages
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| docserver_id |
character varying(32) |
not null |
'1'::character varying |
Identifiant de la zone de stockage |
| docserver_type_id |
character varying(32) |
not null |
|
Identifiant du type de zone de stockage (docserver_types.docserver_type_id) |
| device_label |
character varying(255) |
|
NULL::character varying |
Description de la zone de stockage |
| is_readonly |
character(1) |
not null |
'N'::bpchar |
Indique si la zone de stockage est en lecture seule ou en écriture |
| enabled |
character(1) |
not null |
'Y'::bpchar |
deprecated |
| size_limit_number |
bigint |
not null |
(0)::bigint |
Indique la taille limite de la zone de stockage |
| actual_size_number |
bigint |
not null |
(0)::bigint |
Indique la taille actuelle de la zone de stockage |
| path_template |
character varying(255) |
not null |
|
Chemin vers la zone de stockage |
| ext_docserver_info |
character varying(255) |
|
NULL::character varying |
deprecated |
| chain_before |
character varying(32) |
|
NULL::character varying |
deprecated |
| chain_after |
character varying(32) |
|
NULL::character varying |
deprecated |
| creation_date |
timestamp without time zone |
not null |
|
Date de création de la zone de stockage |
| closing_date |
timestamp without time zone |
|
|
deprecated |
| coll_id |
character varying(32) |
not null |
'coll_1'::character varying |
Collection |
| priority_number |
integer |
not null |
10 |
Priorité de la zone de stockage |
| docserver_location_id |
character varying(32) |
not null |
|
deprecated |
| adr_priority_number |
integer |
not null |
1 |
deprecated |
doctypes
Sauvegarde les informations relatifs aux types de documents
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| coll_id |
character varying(32) |
not null |
''::character varying |
deprecated |
| type_id |
integer |
not null |
nextval('doctypes_type_id_seq'::regclass) |
Identifiant du type de document |
| description |
character varying(255) |
not null |
''::character varying |
Libellé du type de document |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indque si le type de document est activé ou pas |
| doctypes_first_level_id |
integer |
|
|
Indique le premier niveau auquel est attaché ce type de document |
(doctypes_first_level.doctypes_first_level_id) |
| doctypes_second_level_id |
integer |
|
|
Indique le second niveau auquel est attaché ce type de document |
(doctypes_second_level.doctypes_second_level_id) |
| primary_retention |
character varying(50) |
|
NULL::character varying |
deprecated |
| secondary_retention |
character varying(50) |
|
NULL::character varying |
deprecated |
| retention_final_disposition |
character varying(255) |
|
NULL::character varying |
Sort final des courriers ayant ce type de document |
| retention_rule |
character varying(15) |
|
NULL::character varying |
Regle de conservation |
| duration_current_use |
integer |
|
|
Durée d'utilité courante |
doctypes_first_level
Sauvegarde les informations relatifs aux premiers niveaux des types de documents
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| doctypes_first_level_id |
integer |
not null |
nextval('doctypes_first_level_id_seq'::regclass) |
Identifiant automatique du premier niveau de type de document |
| doctypes_first_level_label |
character varying(255) |
not null |
|
Libellé du premier niveau du type de document |
| css_style |
character varying(255) |
|
|
deprecated |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indique si ce niveau est activé ou non |
doctypes_indexes
Sauvegarde le lien entre les champs customs et les types de document
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| type_id |
bigint |
not null |
|
Identifiant du type de document (doctypes.type_id) |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| field_name |
character varying(255) |
not null |
|
Identifiant du champ custom (index_letterbox.xml) |
| mandatory |
character(1) |
not null |
'N'::bpchar |
Indique si le champ est obligatoire ou non |
doctypes_second_level
Sauvegarde les informations relatifs aux seconds niveaux des types de documents
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| doctypes_second_level_id |
integer |
not null |
nextval('doctypes_second_level_id_seq'::regclass) |
Identifiant automatique du second niveau de type de document |
| doctypes_second_level_label |
character varying(255) |
not null |
|
Libellé du premier niveau du type de document |
| doctypes_first_level_id |
integer |
not null |
|
Identifiant du premier niveau auquel est rattaché le second niveau |
(doctypes_first_level.doctypes_first_level_id) |
| css_style |
character varying(255) |
|
|
deprecated |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indique si ce niveau est activé ou non |
entities
Sauvegarde les informations relatifs aux entites
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| entity_id |
character varying(32) |
not null |
|
Identifiant de l'entité |
| entity_label |
character varying(255) |
|
|
Libellé de l'entité |
| short_label |
character varying(50) |
|
|
Nom court de l'entité |
| entity_full_name |
text |
|
|
Signature de l'entité |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indique si l'entité est activé ou non |
| adrs_1 |
character varying(255) |
|
|
Adresse 1 de l'entité |
| adrs_2 |
character varying(255) |
|
|
Adresse 2 de l'entité |
| adrs_3 |
character varying(255) |
|
|
Adresse 3 de l'entité |
| zipcode |
character varying(32) |
|
|
Code postal |
| city |
character varying(255) |
|
|
Ville |
| country |
character varying(255) |
|
|
Pays |
| email |
character varying(255) |
|
|
Courriel |
| business_id |
character varying(32) |
|
|
Identifiant externe de l'entité (M2M) |
| parent_entity_id |
character varying(32) |
|
|
Identifiant de l'entité parente (entity.entity_id) |
| entity_type |
character varying(64) |
|
|
Type de l'entité (typentity.xml) |
| entity_path |
character varying(2048) |
|
|
Arborescence de l'entité |
| ldap_id |
character varying(255) |
|
|
Identifiant de l'entité dans le ldap |
| archival_agency |
character varying(255) |
|
|
Convention d'archivage |
| archival_agreement |
character varying(255) |
|
|
Service d'archive |
foldertypes
Sauvegarde les informations relatifs aux types de dossier
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| foldertype_id |
bigint |
not null |
nextval('foldertype_id_id_seq'::regclass) |
Identifiant automatique du type de dossier |
| foldertype_label |
character varying(255) |
not null |
|
Libellé du type de dossier |
| maarch_comment |
text |
|
|
Commentaires |
| retention_time |
character varying(50) |
|
|
|
| custom_d1 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_f1 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_n1 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t1 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d2 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_f2 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_n2 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t2 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d3 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_f3 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_n3 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t3 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d4 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_f4 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_n4 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t4 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d5 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_f5 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_n5 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t5 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d6 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t6 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d7 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t7 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d8 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t8 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d9 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t9 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_d10 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t10 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t11 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t12 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t13 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t14 |
character varying(10) |
|
'0000000000'::character varying |
|
| custom_t15 |
character varying(10) |
|
'0000000000'::character varying |
|
| coll_id |
character varying(32) |
|
|
foldertypes_doctypes
Fait le lien entre les types de dossier et les types de document
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| foldertype_id |
integer |
not null |
|
Identifiant du type de dossier (foldertypes.foldertype_id) |
| doctype_id |
integer |
not null |
|
Identifiant du type de document (doctypes.type_id) |
foldertypes_doctypes_level1
Fait le lien entre les types de dossier et les premiers niveaux de type de document
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| foldertype_id |
integer |
not null |
|
Identifiant du type de dossier (foldertypes.foldertype_id) |
| doctypes_first_level_id |
integer |
not null |
|
Identifiant du premier niveau de type de document (doctypes_first_level.doctypes_first_level_id) |
foldertypes_indexes
Sauvegarde les champs complémentaires pour les types de dossiers
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| foldertype_id |
bigint |
not null |
|
Identifiant du type de dossier (foldertypes.foldertype_id) |
| field_name |
character varying(255) |
not null |
|
Nom du champ (folder_index.xml) |
| mandatory |
character(1) |
not null |
'N'::bpchar |
Indique si le champ est obligatoire ou non |
fp_fileplan
Sauvegarde les informations relatifs aux plans de classement personnel
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| fileplan_id |
integer |
not null |
nextval('fp_fileplan_fileplan_id_seq'::regclass) |
Identifiant automatique du plan de classement |
| fileplan_label |
character varying(255) |
|
|
Libellé du plan de classement |
| user_id |
character varying(128) |
|
NULL::character varying |
Utilisateur ayant créé le plan de classement (users.user_id) |
| entity_id |
character varying(32) |
|
NULL::character varying |
Identifiant de l'entité primaire de l'utilisateur ayant créé le plan de classement |
(entities.entity_id) |
| is_serial_id |
character varying(1) |
not null |
'Y'::character varying |
|
| enabled |
character varying(1) |
not null |
'Y'::character varying |
Indique si le plan de classement est activé ou non |
fp_fileplan_positions
Sauvegarde les positions des plans de classement personnel
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| position_id |
integer |
not null |
nextval('fp_fileplan_positions_position_id_seq'::regclass) |
Identifiant automatique de la position |
| position_label |
character varying(255) |
|
|
Libellé de la position |
| parent_id |
character varying(32) |
|
NULL::character varying |
Identifiant de la position parente (fp_fileplan_positions.position_id) |
| fileplan_id |
bigint |
not null |
|
Identifiant du plan de classement auquel est attaché la position (fp_fileplan.fileplan_id) |
| enabled |
character varying(1) |
not null |
'Y'::character varying |
Indique si la position est activée ou non |
fp_res_fileplan_positions
Fait le lien entre les courriers et les positions des plans de classement personnel
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
Identifiant du courrier (res_letterbox.res_id) |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| fileplan_id |
bigint |
not null |
|
Identifiant du plan de classement auquel est attaché la position (fp_fileplan.fileplan_id) |
| position_id |
integer |
not null |
|
Identifiant de la position (fp_fileplan_positions.position_id) |
groupbasket
Fait le lien entre les bannettes et les groupes
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe (security.group_id) |
| basket_id |
character varying(32) |
not null |
|
Identifiant de la bannette (baskets.basket_id) |
| result_page |
character varying(255) |
|
'show_list1.php'::character varying |
Liste de résultats de la bannette (basketpage.xml) |
groupbasket_redirect
Sauvegarde les types de redirection dans une bannette pour un groupe
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| system_id |
integer |
not null |
nextval('groupbasket_redirect_system_id_seq'::regclass) |
Identifiant automatique |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe (security.group_id) |
| basket_id |
character varying(32) |
not null |
|
Identifiant de la bannette (baskets.basket_id) |
| action_id |
integer |
not null |
|
Identifiant de l'action (actions.id) |
| entity_id |
character varying(32) |
|
|
Identifiant des entités vers lesquelles on peut rediriger le courrier (entities.entity_id) |
| keyword |
character varying(255) |
|
|
Mot-clé de redirection (redirect_keyords.xml) |
| redirect_mode |
character varying(32) |
not null |
|
Type de redirection (ENTITY, USERS) |
groupbasket_status
Sauvegarde les statuts que peuvent prendre les courriers dans une bannette pour un groupe
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| system_id |
integer |
not null |
nextval('groupbasket_status_system_id_seq'::regclass) |
Identifiant automatique |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe (security.group_id) |
| basket_id |
character varying(32) |
not null |
|
Identifiant de la bannette (baskets.basket_id) |
| action_id |
integer |
not null |
|
Identifiant de l'action (actions.id) |
| status_id |
character varying(32) |
|
|
Identifiant du statut vers lequel on peut rediriger le courrier (status.id) |
history
Sauvegarde l'historique de toute l'application
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('history_id_seq'::regclass) |
Identifiant automatique |
| table_name |
character varying(32) |
|
NULL::character varying |
Nom de la table affectée |
| record_id |
character varying(255) |
|
NULL::character varying |
Identifiant de l'evenement affecté |
| event_type |
character varying(32) |
not null |
|
Type d'évenement |
| user_id |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant fait l'action (users.user_id) |
| event_date |
timestamp without time zone |
not null |
|
Date de l'action |
| info |
text |
|
|
Description de l'action |
| id_module |
character varying(50) |
not null |
'admin'::character varying |
Module affecté par l'évenement |
| remote_ip |
character varying(32) |
|
NULL::character varying |
Adresse ip de l'utilisateur |
| event_id |
character varying(50) |
|
|
Identifiant de l'évenement |
history_batch
Sauvegarde l'historique des batchs exécutés via le cron
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('history_batch_id_seq'::regclass) |
Identifiant automatique |
| module_name |
character varying(32) |
|
NULL::character varying |
Module affecté par l'évenement |
| batch_id |
bigint |
|
|
Identifiant du batch (parameters.param_value_int) |
| event_date |
timestamp without time zone |
not null |
|
Date de l'évenement |
| total_processed |
bigint |
|
|
Nombre d'élément affecté |
| total_errors |
bigint |
|
|
Nombre d'erreur |
| info |
text |
|
|
Description |
indexingmodels
Sauvegarde les modèles d'enregistrement des pages d'indexation
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('indexingmodels_id_seq'::regclass) |
Identifiant automatique du modèle |
| label |
character varying(255) |
not null |
|
Libellé du modèle d'enregistrement |
| fields_content |
text |
not null |
|
Contenu du modèle, en json |
lc_cycle_steps
Deprecated
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| policy_id |
character varying(32) |
not null |
|
|
| cycle_id |
character varying(32) |
not null |
|
|
| cycle_step_id |
character varying(32) |
not null |
|
|
| cycle_step_desc |
character varying(255) |
not null |
|
|
| docserver_type_id |
character varying(32) |
not null |
|
|
| is_allow_failure |
character(1) |
not null |
'N'::bpchar |
|
| step_operation |
character varying(32) |
not null |
|
|
| sequence_number |
integer |
not null |
|
|
| is_must_complete |
character(1) |
not null |
'N'::bpchar |
|
| preprocess_script |
character varying(255) |
|
NULL::character varying |
|
| postprocess_script |
character varying(255) |
|
NULL::character varying |
lc_cycles
Deprecated
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| policy_id |
character varying(32) |
not null |
|
|
| cycle_id |
character varying(32) |
not null |
|
|
| cycle_desc |
character varying(255) |
not null |
|
|
| sequence_number |
integer |
not null |
|
|
| where_clause |
text |
|
|
|
| break_key |
character varying(255) |
|
NULL::character varying |
|
| validation_mode |
character varying(32) |
not null |
|
lc_policies
Deprecated
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| policy_id |
character varying(32) |
not null |
|
|
| policy_name |
character varying(255) |
not null |
|
|
| policy_desc |
character varying(255) |
not null |
|
lc_stack
Deprecated
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| policy_id |
character varying(32) |
not null |
|
|
| cycle_id |
character varying(32) |
not null |
|
|
| cycle_step_id |
character varying(32) |
not null |
|
|
| coll_id |
character varying(32) |
not null |
|
|
| res_id |
bigint |
not null |
|
|
| cnt_retry |
integer |
|
|
|
| status |
character(1) |
not null |
|
|
| work_batch |
bigint |
|
|
|
| regex |
character varying(32) |
|
|
listinstance
Sauvegarde les listes de diffusion des courriers : liste de diffusion, visa, avis
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| listinstance_id |
bigint |
not null |
nextval('listinstance_id_seq'::regclass) |
Identifiant automatique |
| coll_id |
character varying(50) |
not null |
|
deprecated |
| res_id |
bigint |
not null |
|
Identifiant du courrier (res_letterbox.res_id) |
| listinstance_type |
character varying(50) |
|
'DOC'::character varying |
deprecated |
| sequence |
bigint |
not null |
|
deprecated |
| item_id |
character varying(128) |
not null |
|
Identifiant de l'objet (users.user_id ou entities.entity_id) |
| item_type |
character varying(255) |
not null |
|
Type de l'objet |
| item_mode |
character varying(50) |
not null |
|
Mode de l'objet (dest, cc) |
| added_by_user |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant ajouter la ligne (users.user_id) |
| added_by_entity |
character varying(50) |
not null |
|
Identifiant de l'entité primaire de l'utilsateur ayant ajouté la ligne (entities.entity_id) |
| visible |
character varying(1) |
not null |
'Y'::bpchar |
deprecated |
| viewed |
bigint |
|
|
Nombre de fois que l'utilisateur à vu le courrier |
| difflist_type |
character varying(50) |
|
|
Type de liste de diffusion (difflist_types.difflist_type_id) |
| process_date |
timestamp without time zone |
|
|
Date à laquelle l'utilisateur a visé le courrier |
| process_comment |
character varying(255) |
|
|
Commentaire visible dans le circuit de visa |
| signatory |
boolean |
|
false |
Indique si l'utilisateur a signé ou pas |
| requested_signature |
boolean |
|
false |
Indique si l'utilisateur doit signé un courrier ou pas |
listinstance_history
Sauvegarde l'historique des listes de diffusion des courriers : liste de diffusion, visa, avis
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| listinstance_history_id |
bigint |
not null |
nextval('listinstance_history_id_seq'::regclass) |
Identifiant automatique |
| coll_id |
character varying(50) |
not null |
|
deprecated |
| res_id |
bigint |
not null |
|
Identifiant du courrier (res_letterbox.res_id) |
| updated_by_user |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant modifié la liste (users.user_id) |
| updated_date |
timestamp without time zone |
not null |
|
Date de mise à jour |
listinstance_history_details
Sauvegarde le détail de l'historique des listes de diffusion des courriers : liste de diffusion, visa, avis
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| listinstance_history_details_id |
bigint |
not null |
nextval('listinstance_history_details_id_seq'::regclass) |
Identifiant automatique |
| listinstance_history_id |
bigint |
not null |
|
Identifiant de la liste de diffusion modifié |
(listinstance_history.listinstance_history_id) |
| coll_id |
character varying(50) |
not null |
|
deprecated |
| res_id |
bigint |
not null |
|
Identifiant du courrier (res_letterbox.res_id) |
| listinstance_type |
character varying(50) |
|
'DOC'::character varying |
deprecated |
| sequence |
bigint |
not null |
|
deprecated |
| item_id |
character varying(128) |
not null |
|
Identifiant de l'objet (users.user_id ou entities.entity_id) |
| item_type |
character varying(255) |
not null |
|
Type de l'objet |
| item_mode |
character varying(50) |
not null |
|
Mode de l'objet (dest, cc) |
| added_by_user |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant ajouter la ligne (users.user_id) |
| added_by_entity |
character varying(50) |
not null |
|
Identifiant de l'entité primaire de l'utilsateur ayant ajouté la ligne (entities.entity_id) |
| visible |
character varying(1) |
not null |
'Y'::bpchar |
deprecated |
| viewed |
bigint |
|
|
Nombre de fois que l'utilisateur à vu le courrier |
| difflist_type |
character varying(50) |
|
|
Type de liste de diffusion (difflist_types.difflist_type_id) |
| process_date |
timestamp without time zone |
|
|
Date à laquelle l'utilisateur a visé le courrier |
| process_comment |
character varying(255) |
|
|
Commentaire visible dans le circuit de visa |
listmodels
Modèle de liste de diffusion : liste de diffusion, visa, avis
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('listmodels_id_seq'::regclass) |
Identifiant automatique |
| object_id |
character varying(50) |
not null |
|
Identifiant de l'entité à laquelle est attaché le modele (entities.entity_id) |
| object_type |
character varying(255) |
not null |
|
Type de liste de diffusion (difflist_types.difflist_type_id) |
| sequence |
bigint |
not null |
|
deprecated |
| item_id |
character varying(128) |
not null |
|
Identifiant de l'objet (users.user_id ou entities.entity_id) |
| item_type |
character varying(255) |
not null |
|
Type de l'objet |
| item_mode |
character varying(50) |
not null |
|
Mode de l'objet (dest, cc) |
| title |
character varying(255) |
|
|
Nom du modèle |
| description |
character varying(255) |
|
|
Description du modèle |
| process_comment |
character varying(255) |
|
|
Commentaire |
| visible |
character varying(1) |
not null |
'Y'::bpchar |
deprecated |
message_exchange
Plis numériques (M2M) et export seda
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| message_id |
text |
not null |
|
Identifiant autoatique du pli numérique |
| schema |
text |
|
|
Type de schema utilisé |
| type |
text |
not null |
|
Type d'archive |
| status |
text |
not null |
|
Statut du bordereau |
| date |
timestamp without time zone |
not null |
|
Date de création |
| reference |
text |
not null |
|
Référence du bordereau |
| account_id |
text |
|
|
Identifiant de l'utilisateur ayant créé l'archive (users.user_id) |
| sender_org_identifier |
text |
not null |
|
Identifiant de l'entité expéditrice (entities.business_id) |
| sender_org_name |
text |
|
|
Nom de l'entité expéditrice (entities.entity_label) |
| recipient_org_identifier |
text |
not null |
|
Identifiant de l'entité destinatrice (entities.business_id) |
| recipient_org_name |
text |
|
|
Nom de l'entité destinatrice (entities.entity_label) |
| archival_agreement_reference |
text |
|
|
Identifiant de l'accord de versement |
| reply_code |
text |
|
|
Code réponse |
| operation_date |
timestamp without time zone |
|
|
Date de traitement |
| reception_date |
timestamp without time zone |
|
|
Date de reception |
| related_reference |
text |
|
|
Référence du bordereau lié |
| request_reference |
text |
|
|
Référence du bordereau précedent |
| reply_reference |
text |
|
|
Référence du bordereau "réponse" |
| derogation |
boolean |
|
|
Dérogation du bordereau |
| data_object_count |
integer |
|
|
Nombre d'object transmis dans la paquet numérique |
| size |
numeric |
|
|
Taille du paquet numérique |
| data |
text |
|
|
Bordereau au format json |
| active |
boolean |
|
|
Visibilité du bordereau |
| archived |
boolean |
|
|
|
| res_id_master |
numeric |
|
|
Identifiant du courrier à partir du quel le pli numérique a été envoyé |
| docserver_id |
character varying(32) |
|
NULL::character varying |
Identifiant de la zone de stockage (docservers.id) |
| path |
character varying(255) |
|
NULL::character varying |
Chemin où est enregistré le paquet numérique |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du paquet numérique |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte digitale du bordereau |
| filesize |
bigint |
|
|
Taille du bordereau |
| file_path |
text |
|
|
mlb_coll_ext
Informations complémentaires de res_letterbox
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
Identifiant du courrier (res_letterbox.res_id) |
| category_id |
character varying(50) |
not null |
|
Catégorie du courrier (categories dans config.xml) |
| exp_contact_id |
integer |
|
|
Identifiant du contact expéditeur (contacts_v2.contact_id) |
| exp_user_id |
character varying(128) |
|
NULL::character varying |
Identifiant de l'utilisateur expéditeur (users.user_id) |
| dest_contact_id |
integer |
|
|
Identifiant du contact destinataire (contacts_v2.contact_id) |
| dest_user_id |
character varying(128) |
|
NULL::character varying |
Identifiant de l'utilisateur destinataire (users.user_id) |
| nature_id |
character varying(50) |
|
|
Nature du courrier (entreprise.xml) |
| alt_identifier |
character varying(255) |
|
NULL::character varying |
Numéro chrono du courrier |
| admission_date |
timestamp without time zone |
|
|
Date de réception du courrier |
| sve_start_date |
timestamp without time zone |
|
|
|
| sve_identifier |
character varying(255) |
|
NULL::character varying |
|
| answer_type_bitmask |
character varying(7) |
|
NULL::character varying |
deprecated |
| other_answer_desc |
character varying(255) |
|
NULL::character varying |
deprecated |
| process_limit_date |
timestamp without time zone |
|
|
Date limite de traitement |
| recommendation_limit_date |
timestamp without time zone |
|
|
|
| process_notes |
text |
|
|
deprecated |
| closing_date |
timestamp without time zone |
|
|
Date de clôture du courrier |
| alarm1_date |
timestamp without time zone |
|
|
Date de 1ere relance par notification |
| alarm2_date |
timestamp without time zone |
|
|
Date de 2ème relance par notification |
| flag_notif |
character(1) |
|
'N'::character varying |
Indique si le courrier a été envoyé via les notifications |
| flag_alarm1 |
character(1) |
|
'N'::character varying |
Indique si le courrier a été envoyé via la notification de 1ere relance |
| flag_alarm2 |
character(1) |
|
'N'::character varying |
Indique si le courrier a été envoyé via la notification de 2eme relance |
| is_multicontacts |
character(1) |
|
|
Indique si ce courrier est en mode multicontact |
| address_id |
bigint |
|
|
Identifiant de l'adresse du contact (contact_addresses.id) |
mlb_doctype_ext
Informations complémentaires de doctypes
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| type_id |
bigint |
not null |
|
Identifiant du type de courrier (doctypes.type_id) |
| process_delay |
bigint |
not null |
21::bigint |
Nombre de jour pour traiter le courrier ayant ce type de courrier |
| delay1 |
bigint |
not null |
14::bigint |
Nombre de jour avant la date limite de traitement pour faire la 1ere relance |
| delay2 |
bigint |
not null |
1::bigint |
Nombre de jour après la date limite de traitement pour faire la 2ème relance |
| process_mode |
character varying(255) |
|
|
Mode de traitement du courrier (process_modes dans entreprise.xml) |
note_entities
Enregistre les entités qui peuvent voir la note
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('notes_entities_id_seq'::regclass) |
Identifiant automatique |
| note_id |
bigint |
not null |
|
Identifiant de la note (notes.id) |
| item_id |
character varying(50) |
|
|
Identifiant de l'entité qui peut voir la note (entities.entity_id) |
notes
Sauvegarde les notes attachés aux courriers
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('notes_seq'::regclass) |
Identifiant automatique |
| identifier |
bigint |
not null |
|
Identifiant du courrier auquel est attaché la note (res_letterbox.res_id) |
| tablename |
character varying(50) |
|
|
deprecated |
| user_id |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant ajouter la note (users.user_id) |
| date_note |
timestamp without time zone |
not null |
|
Date à laquelle a été ajoutée la note |
| note_text |
text |
not null |
|
Contenu de la note |
| coll_id |
character varying(50) |
|
|
deprecated |
notif_email_stack
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| email_stack_sid |
bigint |
not null |
nextval('notif_email_stack_seq'::regclass) |
Identifiant automatique |
| sender |
character varying(255) |
not null |
|
Email de l'expéditeur |
| reply_to |
character varying(255) |
|
|
Email qui recevra la réponse, s'il y en a |
| recipient |
character varying(2000) |
not null |
|
Email des personnes destinataire de la notification |
| cc |
character varying(2000) |
|
|
Email des personnes en copie de la notification |
| bcc |
character varying(2000) |
|
|
Email des personnes en copie carbone de la notification |
| subject |
character varying(255) |
|
|
Sujet de la notification |
| html_body |
text |
|
|
Contenu de la notification en HTML |
| text_body |
text |
|
|
Contenu de la notification en texte |
| charset |
character varying(50) |
not null |
|
Encodage du contenu de la notification |
| attachments |
character varying(2000) |
|
|
Identifiant des courriers notifiés (res_letterbox.res_id) |
| module |
character varying(50) |
not null |
|
deprecated |
| exec_date |
timestamp without time zone |
|
|
Date à laquelle a été envoyée la notification |
| exec_result |
character varying(50) |
|
|
Indique si la notification a été envoyée avec succès |
notif_event_stack
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| event_stack_sid |
bigint |
not null |
nextval('notif_event_stack_seq'::regclass) |
Identifiant automatique |
| notification_sid |
bigint |
not null |
|
Identifiant de la notification ayant attrapé ce courrier (notifications.notification_sid) |
| table_name |
character varying(50) |
not null |
|
Nom de la table où est enregistré l'élément notifié |
| record_id |
character varying(128) |
not null |
|
Identifiant de l'élément notifié |
| user_id |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant généré cette action (users.user_id) |
| event_info |
character varying(255) |
not null |
|
Description de l'événement |
| event_date |
timestamp without time zone |
not null |
|
Date de l'événement |
| exec_date |
timestamp without time zone |
|
|
Date à laquelle cette événement a été intégré dans une notification |
| exec_result |
character varying(50) |
|
|
Indique si cette événement a été intégré dans une notification |
deprecated
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| rss_stack_sid |
bigint |
not null |
nextval('notif_rss_stack_seq'::regclass) |
Identifiant automatique |
| rss_user_id |
character varying(128) |
not null |
|
|
| rss_event_stack_sid |
bigint |
not null |
|
|
| rss_event_url |
text |
|
|
notifications
Enregistre le paramétrage des notifications
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| notification_sid |
bigint |
not null |
nextval('notifications_seq'::regclass) |
Identifiant automatique |
| notification_id |
character varying(50) |
not null |
|
Identifiant de la notification (repris dans les scripts sh) |
| description |
character varying(255) |
|
|
Description de la notification |
| is_enabled |
character varying(1) |
not null |
'Y'::bpchar |
Indique si la notification est activée ou pas |
| event_id |
character varying(255) |
not null |
|
Evenement pour déclencer la notification |
| notification_mode |
character varying(30) |
not null |
|
deprecated |
| template_id |
bigint |
|
|
Identifiant du template de la notification (templates.template_id) |
| diffusion_type |
character varying(50) |
not null |
|
Type de diffusion de la notification |
| diffusion_properties |
text |
|
|
Identifiant des utilisateurs, groupes, entités qui recevront la notification |
| attachfor_type |
character varying(50) |
|
|
Indique comment sont attachés les courriers en pièce jointe de la notification |
| attachfor_properties |
character varying(2048) |
|
|
Indique qui recevra les courriers en pièce jointe de la notification |
parameters
Enregistre certains paramètres technique et fonctionnel de l'application
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
character varying(255) |
not null |
|
Identifiant du paramètre |
| description |
text |
|
|
Description du paramètre |
| param_value_string |
character varying(255) |
|
NULL::character varying |
Valeur du paramètre en chaine de charactère |
| param_value_int |
integer |
|
|
Valeur du paramètre en nombre entier |
| param_value_date |
timestamp without time zone |
|
|
Valeur du paramètre en date |
priorities
Sauvegarde les priorités
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
character varying(16) |
not null |
|
Identifiant automatique |
| label |
character varying(128) |
not null |
|
Nom de la priorité |
| color |
character varying(128) |
not null |
|
Couleur de la priorité dans les listes de résultats, en code html |
| working_days |
boolean |
not null |
|
Indique si la date de traitement est comptée en jours ouvrés ou en calendaire |
| delays |
integer |
|
|
Indique le nombre de jour pour traiter le courrier |
| default_priority |
boolean |
not null |
false |
Indique si c'est la priorité par défaut ou pas |
| order |
integer |
|
|
Ordre d'apparition de la priorité dans la liste déroulante |
res_attachments
Sauvegarde les informations liées aux pièces jointes (version 1 uniquement)
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| res_id |
bigint |
not null |
nextval('res_attachment_res_id_seq'::regclass) |
Identifiant de la pièce jointe |
| title |
character varying(255) |
|
NULL::character varying |
Titre de la pièce jointe |
| subject |
text |
|
|
deprecated |
| description |
text |
|
|
deprecated |
| publisher |
character varying(255) |
|
NULL::character varying |
deprecated |
| contributor |
character varying(255) |
|
NULL::character varying |
deprecated |
| type_id |
bigint |
|
|
Type de la pièce jointe |
| format |
character varying(50) |
not null |
|
Extension du fichier sauvegardé |
| typist |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant créé la pièce jointe (users.user_id) |
| creation_date |
timestamp without time zone |
not null |
|
Date de création |
| author |
character varying(255) |
|
NULL::character varying |
deprecated |
| author_name |
text |
|
|
deprecated |
| identifier |
character varying(255) |
|
NULL::character varying |
Numéro chrono |
| source |
character varying(255) |
|
NULL::character varying |
deprecated |
| doc_language |
character varying(50) |
|
NULL::character varying |
deprecated |
| relation |
bigint |
|
|
Version de la pièce jointe |
| coverage |
character varying(255) |
|
NULL::character varying |
deprecated |
| doc_date |
timestamp without time zone |
|
|
Date du document |
| docserver_id |
character varying(32) |
not null |
|
Identifiant de la zone de stockage où est enregistré le fichier (docservers.docserver_id) |
| folders_system_id |
bigint |
|
|
deprecated |
| arbox_id |
character varying(32) |
|
NULL::character varying |
deprecated |
| path |
character varying(255) |
|
NULL::character varying |
Chemin où est enregistré le fichier dans la zone de stockage |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier dans la zone de stockage |
| offset_doc |
character varying(255) |
|
NULL::character varying |
deprecated |
| logical_adr |
character varying(255) |
|
NULL::character varying |
deprecated |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique du fichier |
| filesize |
bigint |
|
|
Taille du fichier |
| is_paper |
character(1) |
|
NULL::bpchar |
deprecated |
| page_count |
integer |
|
|
deprecated |
| scan_date |
timestamp without time zone |
|
|
deprecated |
| scan_user |
character varying(50) |
|
NULL::character varying |
deprecated |
| scan_location |
character varying(255) |
|
NULL::character varying |
deprecated |
| scan_wkstation |
character varying(255) |
|
NULL::character varying |
deprecated |
| scan_batch |
character varying(50) |
|
NULL::character varying |
deprecated |
| burn_batch |
character varying(50) |
|
NULL::character varying |
deprecated |
| scan_postmark |
character varying(50) |
|
NULL::character varying |
deprecated |
| envelop_id |
bigint |
|
|
deprecated |
| status |
character varying(10) |
|
NULL::character varying |
Statut de la pièce jointe (status.id) |
| destination |
character varying(50) |
|
NULL::character varying |
deprecated |
| approver |
character varying(50) |
|
NULL::character varying |
deprecated |
| validation_date |
timestamp without time zone |
|
|
Date de validation de la pièce jointe |
| effective_date |
timestamp without time zone |
|
|
deprecated |
| work_batch |
bigint |
|
|
deprecated |
| origin |
character varying(50) |
|
NULL::character varying |
deprecated |
| is_ingoing |
character(1) |
|
NULL::bpchar |
deprecated |
| priority |
character varying(16) |
|
|
deprecated |
| initiator |
character varying(50) |
|
NULL::character varying |
Identifiant de l'entité primaire de l'utilisateur ayant créé la pièce jointe |
(entities.entity_id) |
| dest_user |
character varying(128) |
|
NULL::character varying |
deprecated |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| res_id_master |
bigint |
|
|
Identifiant du courrier auquel est attaché la pièce jointe (res_letterbox.res_id) |
| attachment_type |
character varying(255) |
|
NULL::character varying |
Type d'attachement (entreprise.xml) |
| dest_contact_id |
bigint |
|
|
Identifiant du contact auquel est attaché la pièce jointe (contacts_v2.contact_id) |
| dest_address_id |
bigint |
|
|
Identifiant de l'adresse à laquelle est attaché la pièce jointe (contact_addresses.id) |
| updated_by |
character varying(128) |
|
NULL::character varying |
Identifiant de l'utilisateur ayant fait la dernière mise à jour (users.user_id) |
| is_multicontacts |
character(1) |
|
|
deprecated |
| is_multi_docservers |
character(1) |
not null |
'N'::bpchar |
deprecated |
| tnl_path |
character varying(255) |
|
NULL::character varying |
Chemin vers l'imagette |
| tnl_filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier de l'imagette |
| in_signature_book |
boolean |
|
false |
Indique si la pièce jointe est intégrée dans le parapheur |
| signatory_user_serial_id |
integer |
|
|
Identifiant de l'utilisateur qui a signé la pièce jointe (users.id) |
| convert_result |
character varying(10) |
|
NULL::character varying |
Résultat de la conversion en pdf |
| convert_attempts |
integer |
|
|
Nombre de tentative de conversion en pdf |
| fulltext_result |
character varying(10) |
|
NULL::character varying |
Résultat de l'extraction full text |
| fulltext_attempts |
integer |
|
|
Nombre de tentative d'extraction full text |
| tnl_result |
character varying(10) |
|
NULL::character varying |
Résultat de la conversion en imagette |
| tnl_attempts |
integer |
|
|
Nombre de tentative de conversion en imagette |
| ocr_result |
character varying(10) |
|
NULL::character varying |
deprecated |
res_letterbox
Sauvegarde les informations liées aux courriers principales
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| res_id |
bigint |
not null |
nextval('res_id_mlb_seq'::regclass) |
Identifiant unique du courrier |
| title |
character varying(255) |
|
NULL::character varying |
deprecated |
| subject |
text |
|
|
Objet du courrier |
| description |
text |
|
|
deprecated |
| publisher |
character varying(255) |
|
NULL::character varying |
deprecated |
| contributor |
character varying(255) |
|
NULL::character varying |
deprecated |
| type_id |
bigint |
not null |
|
Type de courrier (doctypes.type_id) |
| format |
character varying(50) |
not null |
|
Extension du fichier sauvegardé |
| typist |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant créé la pièce jointe (users.user_id) |
| creation_date |
timestamp without time zone |
not null |
|
Date decréation |
| modification_date |
timestamp without time zone |
|
now() |
Date de mise à jour |
| converter_result |
character varying(10) |
|
NULL::character varying |
Résultat de la conversion en pdf |
| author |
character varying(255) |
|
NULL::character varying |
deprecated |
| author_name |
text |
|
|
deprecated |
| identifier |
character varying(255) |
|
NULL::character varying |
deprecated |
| source |
character varying(255) |
|
NULL::character varying |
deprecated |
| doc_language |
character varying(50) |
|
NULL::character varying |
deprecated |
| relation |
bigint |
|
|
deprecated |
| coverage |
character varying(255) |
|
NULL::character varying |
deprecated |
| doc_date |
timestamp without time zone |
|
|
Date du document |
| docserver_id |
character varying(32) |
not null |
|
Identifiant de la zone de stockage où est enregistré le fichier (docservers.docserver_id) |
| folders_system_id |
bigint |
|
|
Identifiant du dossier où est placé le courrier (folders.folder_system_id) |
| arbox_id |
character varying(32) |
|
NULL::character varying |
deprecated |
| path |
character varying(255) |
|
NULL::character varying |
Chemin du fichier dans la zone de stockage |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier dans la zone de stockage |
| offset_doc |
character varying(255) |
|
NULL::character varying |
deprecated |
| logical_adr |
character varying(255) |
|
NULL::character varying |
deprecated |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique du fichier |
| filesize |
bigint |
|
|
Taille du fichier |
| is_paper |
character(1) |
|
NULL::bpchar |
deprecated |
| page_count |
integer |
|
|
deprecated |
| scan_date |
timestamp without time zone |
|
|
deprecated |
| scan_user |
character varying(50) |
|
NULL::character varying |
deprecated |
| scan_location |
character varying(255) |
|
NULL::character varying |
deprecated |
| scan_wkstation |
character varying(255) |
|
NULL::character varying |
deprecated |
| scan_batch |
character varying(50) |
|
NULL::character varying |
deprecated |
| burn_batch |
character varying(50) |
|
NULL::character varying |
deprecated |
| scan_postmark |
character varying(50) |
|
NULL::character varying |
deprecated |
| envelop_id |
bigint |
|
|
deprecated |
| status |
character varying(10) |
not null |
|
Statut du courrier (status.id) |
| destination |
character varying(50) |
|
NULL::character varying |
Identifiant de l'entité destinatrice (entities.entity_id) |
| approver |
character varying(50) |
|
NULL::character varying |
deprecated |
| validation_date |
timestamp without time zone |
|
|
deprecated |
| work_batch |
bigint |
|
|
Identifiant du batch autoimport dans lequel a été importé le courrier (parameters.id : |
work_batch_autoimport_id) |
| origin |
character varying(50) |
|
NULL::character varying |
deprecated |
| is_ingoing |
character(1) |
|
NULL::bpchar |
deprecated |
| priority |
character varying(16) |
|
|
Identifiant de la priorité du courrier (priorities.id) |
| arbatch_id |
bigint |
|
|
deprecated |
| policy_id |
character varying(32) |
|
NULL::character varying |
deprecated |
| cycle_id |
character varying(32) |
|
NULL::character varying |
deprecated |
| cycle_date |
timestamp without time zone |
|
|
deprecated |
| is_multi_docservers |
character(1) |
not null |
'N'::bpchar |
deprecated |
| is_frozen |
character(1) |
not null |
'N'::bpchar |
deprecated |
| custom_t1 |
text |
|
|
|
| custom_n1 |
bigint |
|
|
|
| custom_f1 |
numeric |
|
|
|
| custom_d1 |
timestamp without time zone |
|
|
|
| custom_t2 |
character varying(255) |
|
NULL::character varying |
|
| custom_n2 |
bigint |
|
|
|
| custom_f2 |
numeric |
|
|
|
| custom_d2 |
timestamp without time zone |
|
|
|
| custom_t3 |
character varying(255) |
|
NULL::character varying |
|
| custom_n3 |
bigint |
|
|
|
| custom_f3 |
numeric |
|
|
|
| custom_d3 |
timestamp without time zone |
|
|
|
| custom_t4 |
character varying(255) |
|
NULL::character varying |
|
| custom_n4 |
bigint |
|
|
|
| custom_f4 |
numeric |
|
|
|
| custom_d4 |
timestamp without time zone |
|
|
|
| custom_t5 |
character varying(255) |
|
NULL::character varying |
|
| custom_n5 |
bigint |
|
|
|
| custom_f5 |
numeric |
|
|
|
| custom_d5 |
timestamp without time zone |
|
|
|
| custom_t6 |
text |
|
NULL::character varying |
|
| custom_d6 |
timestamp without time zone |
|
|
|
| custom_t7 |
character varying(255) |
|
NULL::character varying |
|
| custom_d7 |
timestamp without time zone |
|
|
|
| custom_t8 |
character varying(255) |
|
NULL::character varying |
|
| custom_d8 |
timestamp without time zone |
|
|
|
| custom_t9 |
character varying(255) |
|
NULL::character varying |
|
| custom_d9 |
timestamp without time zone |
|
|
|
| custom_t10 |
character varying(255) |
|
NULL::character varying |
|
| custom_d10 |
timestamp without time zone |
|
|
|
| custom_t11 |
character varying(255) |
|
NULL::character varying |
|
| custom_t12 |
character varying(255) |
|
NULL::character varying |
|
| custom_t13 |
character varying(255) |
|
NULL::character varying |
|
| custom_t14 |
character varying(255) |
|
NULL::character varying |
|
| custom_t15 |
character varying(255) |
|
NULL::character varying |
|
| reference_number |
character varying(255) |
|
NULL::character varying |
N° recommandé |
| tablename |
character varying(32) |
|
'res_letterbox'::character varying |
deprecated |
| initiator |
character varying(50) |
|
NULL::character varying |
Identifiant de l'entité initiatrice (entities.entity_id) |
| dest_user |
character varying(128) |
|
NULL::character varying |
Identifiant de l'utilisateur destinataire (users.user_id) |
| video_batch |
integer |
|
|
deprecated |
| video_time |
integer |
|
|
deprecated |
| video_user |
character varying(128) |
|
NULL::character varying |
deprecated |
| video_date |
timestamp without time zone |
|
|
deprecated |
| esign_proof_id |
character varying(255) |
|
|
deprecated |
| esign_proof_content |
text |
|
|
deprecated |
| esign_content |
text |
|
|
deprecated |
| esign_date |
timestamp without time zone |
|
|
deprecated |
| locker_user_id |
character varying(255) |
|
NULL::character varying |
Identifiant de l'utilisateur en train de traiter le courrier (users.user_id) |
| locker_time |
timestamp without time zone |
|
|
Date à laquelle le courrier sera libéré |
| confidentiality |
character(1) |
|
|
Indique si le courrier est confidentiel ou pas |
| tnl_path |
character varying(255) |
|
NULL::character varying |
Chemin vers l'imagette dans la zone de stockage |
| tnl_filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier dans la zone de stockage |
| convert_result |
character varying(10) |
|
NULL::character varying |
Résultat de la convertion en pdf |
| convert_attempts |
integer |
|
|
Nombre de tentative de conversion en pdf |
| fulltext_result |
character varying(10) |
|
NULL::character varying |
Résultat de l'extraction en full text |
| fulltext_attempts |
integer |
|
|
Nombre de tentative d'extraction full text |
| tnl_result |
character varying(10) |
|
NULL::character varying |
Résultat de la conversion en imagette |
| tnl_attempts |
integer |
|
|
Nombre de tentative de conversion en imagette |
| ocr_result |
character varying(10) |
|
NULL::character varying |
Résultat de l'OCR |
| external_id |
character varying(255) |
|
NULL::character varying |
Identifiant externe |
| external_link |
character varying(255) |
|
NULL::character varying |
Lien externe vers le courrier |
res_linked
Fait le lien entre deux courriers
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('res_linked_mlb_seq'::regclass) |
Identifiant automatique |
| res_parent |
bigint |
not null |
|
Identifiant du 1er courier (res_letterbox.res_id) |
| res_child |
bigint |
not null |
|
Identifiant du 2eme courier (res_letterbox.res_id) |
| coll_id |
character varying(50) |
not null |
|
deprecated |
res_mark_as_read
Sauvegarde les couriers qu'un utilisateur a marqué comme lu
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| coll_id |
character varying(32) |
|
|
deprecated |
| res_id |
bigint |
|
|
Identifiant du courier marqué comme lu (res_letterbox.res_id) |
| user_id |
character varying(128) |
|
|
Identifiant de l'utilisateur ayant marqué comme lu (users.user_id) |
| basket_id |
character varying(32) |
|
|
Identifiant de la bannette dans laquelle le courrier est marqué comme lu (baskets.basket_id) |
res_version_attachments
Sauvegarde les informations liées aux pièces jointes (> version 1)
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| res_id |
bigint |
not null |
nextval('res_id_version_attachments_seq'::regclass) |
Identifiant de la pièce jointe |
| title |
character varying(255) |
|
NULL::character varying |
Titre de la pièce jointe |
| subject |
text |
|
|
deprecated |
| description |
text |
|
|
deprecated |
| publisher |
character varying(255) |
|
NULL::character varying |
deprecated |
| contributor |
character varying(255) |
|
NULL::character varying |
deprecated |
| type_id |
bigint |
not null |
|
Type de la pièce jointe |
| format |
character varying(50) |
not null |
|
Extension du fichier sauvegardé |
| typist |
character varying(128) |
not null |
|
Identifiant de l'utilisateur ayant créé la pièce jointe (users.user_id) |
| creation_date |
timestamp without time zone |
not null |
|
Date de création |
| converter_result |
character varying(10) |
|
NULL::character varying |
Résultat de la conversion en pdf |
| author |
character varying(255) |
|
NULL::character varying |
deprecated |
| author_name |
text |
|
|
deprecated |
| identifier |
character varying(255) |
|
NULL::character varying |
Numéro chrono |
| source |
character varying(255) |
|
NULL::character varying |
deprecated |
| doc_language |
character varying(50) |
|
NULL::character varying |
deprecated |
| relation |
bigint |
|
|
Version de la pièce jointe |
| coverage |
character varying(255) |
|
NULL::character varying |
deprecated |
| doc_date |
timestamp without time zone |
|
|
Date du document |
| docserver_id |
character varying(32) |
not null |
|
Identifiant de la zone de stockage où est enregistré le fichier (docservers.docserver_id) |
| folders_system_id |
bigint |
|
|
deprecated |
| arbox_id |
character varying(32) |
|
NULL::character varying |
deprecated |
| path |
character varying(255) |
|
NULL::character varying |
Chemin où est enregistré le fichier dans la zone de stockage |
| filename |
character varying(255) |
|
NULL::character varying |
Nom du fichier dans la zone de stockage |
| offset_doc |
character varying(255) |
|
NULL::character varying |
deprecated |
| logical_adr |
character varying(255) |
|
NULL::character varying |
deprecated |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique du fichier |
| filesize |
bigint |
|
|
Taille du fichier |
| is_paper |
character(1) |
|
NULL::bpchar |
deprecated |
| page_count |
integer |
|
|
deprecated |
| scan_date |
timestamp without time zone |
|
|
deprecated |
| scan_user |
character varying(50) |
|
NULL::character varying |
deprecated |
| scan_location |
character varying(255) |
|
NULL::character varying |
deprecated |
| scan_wkstation |
character varying(255) |
|
NULL::character varying |
deprecated |
| scan_batch |
character varying(50) |
|
NULL::character varying |
deprecated |
| burn_batch |
character varying(50) |
|
NULL::character varying |
deprecated |
| scan_postmark |
character varying(50) |
|
NULL::character varying |
deprecated |
| envelop_id |
bigint |
|
|
deprecated |
| status |
character varying(10) |
not null |
|
Statut de la pièce jointe (status.id) |
| destination |
character varying(50) |
|
NULL::character varying |
deprecated |
| approver |
character varying(50) |
|
NULL::character varying |
deprecated |
| validation_date |
timestamp without time zone |
|
|
Date de validation de la pièce jointe |
| effective_date |
timestamp without time zone |
|
|
deprecated |
| work_batch |
bigint |
|
|
deprecated |
| origin |
character varying(50) |
|
NULL::character varying |
deprecated |
| is_ingoing |
character(1) |
|
NULL::bpchar |
deprecated |
| priority |
character varying(16) |
|
|
deprecated |
| arbatch_id |
bigint |
|
|
deprecated |
| policy_id |
character varying(32) |
|
|
deprecated |
| cycle_id |
character varying(32) |
|
|
deprecated |
| is_multi_docservers |
character(1) |
not null |
'N'::bpchar |
deprecated |
| is_frozen |
character(1) |
not null |
'N'::bpchar |
deprecated |
| custom_t1 |
text |
|
|
|
| custom_n1 |
bigint |
|
|
|
| custom_f1 |
numeric |
|
|
|
| custom_d1 |
timestamp without time zone |
|
|
|
| custom_t2 |
character varying(255) |
|
NULL::character varying |
|
| custom_n2 |
bigint |
|
|
|
| custom_f2 |
numeric |
|
|
|
| custom_d2 |
timestamp without time zone |
|
|
|
| custom_t3 |
character varying(255) |
|
NULL::character varying |
|
| custom_n3 |
bigint |
|
|
|
| custom_f3 |
numeric |
|
|
|
| custom_d3 |
timestamp without time zone |
|
|
|
| custom_t4 |
character varying(255) |
|
NULL::character varying |
|
| custom_n4 |
bigint |
|
|
|
| custom_f4 |
numeric |
|
|
|
| custom_d4 |
timestamp without time zone |
|
|
|
| custom_t5 |
character varying(255) |
|
NULL::character varying |
|
| custom_n5 |
bigint |
|
|
|
| custom_f5 |
numeric |
|
|
|
| custom_d5 |
timestamp without time zone |
|
|
|
| custom_t6 |
character varying(255) |
|
NULL::character varying |
|
| custom_d6 |
timestamp without time zone |
|
|
|
| custom_t7 |
character varying(255) |
|
NULL::character varying |
|
| custom_d7 |
timestamp without time zone |
|
|
|
| custom_t8 |
character varying(255) |
|
NULL::character varying |
|
| custom_d8 |
timestamp without time zone |
|
|
|
| custom_t9 |
character varying(255) |
|
NULL::character varying |
|
| custom_d9 |
timestamp without time zone |
|
|
|
| custom_t10 |
character varying(255) |
|
NULL::character varying |
|
| custom_d10 |
timestamp without time zone |
|
|
|
| custom_t11 |
character varying(255) |
|
NULL::character varying |
|
| custom_t12 |
character varying(255) |
|
NULL::character varying |
|
| custom_t13 |
character varying(255) |
|
NULL::character varying |
|
| custom_t14 |
character varying(255) |
|
NULL::character varying |
|
| custom_t15 |
character varying(255) |
|
NULL::character varying |
|
| tablename |
character varying(32) |
|
'res_version_attachments'::character varying |
deprecated |
| initiator |
character varying(50) |
|
NULL::character varying |
Identifiant de l'entité primaire de l'utilisateur ayant créé la pièce jointe (entities.entity_id) |
| dest_user |
character varying(128) |
|
NULL::character varying |
deprecated |
| video_batch |
integer |
|
|
deprecated |
| video_time |
integer |
|
|
deprecated |
| video_user |
character varying(128) |
|
NULL::character varying |
deprecated |
| video_date |
timestamp without time zone |
|
|
deprecated |
| cycle_date |
timestamp without time zone |
|
|
deprecated |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| attachment_type |
character varying(255) |
|
NULL::character varying |
Type d'attachement (entreprise.xml) |
| dest_contact_id |
bigint |
|
|
Identifiant du contact auquel est attaché la pièce jointe (contacts_v2.contact_id) |
| dest_address_id |
bigint |
|
|
Identifiant de l'adresse à laquelle est attaché la pièce jointe (contact_addresses.id) |
| updated_by |
character varying(128) |
|
NULL::character varying |
Identifiant de l'utilisateur ayant fait la dernière mise à jour (users.user_id) |
| is_multicontacts |
character(1) |
|
|
deprecated |
| res_id_master |
bigint |
|
|
Identifiant du courrier auquel est attaché la pièce jointe (res_letterbox.res_id) |
| attachment_id_master |
bigint |
|
|
Identifiant de la 1ère version de la pièce jointe (res_attachments.res_id) |
| in_signature_book |
boolean |
|
false |
Indique si la pièce jointe est intégrée dans le parapheur |
| signatory_user_serial_id |
integer |
|
|
Identifiant de l'utilisateur qui a signé la pièce jointe (users.id) |
| convert_result |
character varying(10) |
|
NULL::character varying |
Résultat de la conversion en pdf |
| convert_attempts |
integer |
|
|
Nombre de tentative de conversion en pdf |
| fulltext_result |
character varying(10) |
|
NULL::character varying |
Résultat de l'extraction full text |
| fulltext_attempts |
integer |
|
|
Nombre de tentative d'extraction full text |
| tnl_result |
character varying(10) |
|
NULL::character varying |
Résultat de la conversion en imagette |
| tnl_attempts |
integer |
|
|
Nombre de tentative de conversion en imagette |
| ocr_result |
character varying(10) |
|
NULL::character varying |
deprecated |
saved_queries
Sauvegarde les rechercehs pre-enregistrées
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| query_id |
bigint |
not null |
nextval('query_id_seq'::regclass) |
Identifiant automatique |
| user_id |
character varying(128) |
|
NULL::character varying |
Identifiant de l'utilisateur ayant sauvegardé la recherche (users.user_id) |
| query_name |
character varying(255) |
not null |
|
Nom de la recherche pré enregistrée |
| creation_date |
timestamp without time zone |
not null |
|
Date de création |
| created_by |
character varying(128) |
not null |
|
deprecated |
| query_type |
character varying(50) |
not null |
|
deprecated |
| query_txt |
text |
not null |
|
Contenu de la recherche en json |
| last_modification_date |
timestamp without time zone |
|
|
deprecated |
security
Défini le périmètre d'un groupe
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| security_id |
bigint |
not null |
nextval('security_security_id_seq'::regclass) |
Identifiant automatique |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe (usergroups.group_id) |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| where_clause |
text |
|
|
Périmètre de visibilité du groupe (clause sql) |
| maarch_comment |
text |
|
|
Description du groupe |
| can_insert |
character(1) |
not null |
'N'::bpchar |
deprecated |
| can_update |
character(1) |
not null |
'N'::bpchar |
deprecated |
| can_delete |
character(1) |
not null |
'N'::bpchar |
deprecated |
| rights_bitmask |
integer |
not null |
0 |
deprecated |
| mr_start_date |
timestamp without time zone |
|
|
deprecated |
| mr_stop_date |
timestamp without time zone |
|
|
deprecated |
| where_target |
character varying(15) |
|
'DOC'::character varying |
deprecated |
sendmail
Sauvegarde les mails envoyés depuis l'application
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| email_id |
integer |
not null |
nextval('sendmail_email_id_seq'::regclass) |
Identifiant automatique |
| coll_id |
character varying(32) |
not null |
|
deprecated |
| res_id |
bigint |
|
|
Identifiant du courier à partir du quel le mail a été envoyé (res_letterbox.res_id) |
| user_id |
character varying(128) |
not null |
|
Identifiant de l'utilisateur qui a envoyé le mail (users.user_id) |
| to_list |
text |
|
|
Adresse mail des destinataires |
| cc_list |
text |
|
|
Adresse mail des personnes en copie |
| cci_list |
text |
|
|
Adresse mail des personnes en copie carbone |
| email_object |
character varying(255) |
|
NULL::character varying |
Objet du courriel |
| email_body |
text |
|
|
Contenu du courriel |
| is_res_master_attached |
character varying(1) |
not null |
'Y'::character varying |
|
| res_version_id_list |
character varying(255) |
|
NULL::character varying |
|
| res_attachment_id_list |
character varying(255) |
|
NULL::character varying |
Identifiants des pièces jointe envoyées dans le courriel(res_attachments.res_id) |
| res_version_att_id_list |
character varying(255) |
|
NULL::character varying |
Identifiants des pièces jointe envoyées dans le courriel(res_version_attachments.res_id) |
| note_id_list |
character varying(255) |
|
NULL::character varying |
Identifiant des notes envoyées dans le courriel (notes.id) |
| is_html |
character varying(1) |
not null |
'Y'::character varying |
Indique si le courriel est en HTML ou texte |
| email_status |
character varying(1) |
not null |
'D'::character varying |
Statut du courriel |
| creation_date |
timestamp without time zone |
not null |
|
Date de création du courriel |
| send_date |
timestamp without time zone |
|
|
Date d'envoi du courriel |
| sender_email |
character varying(255) |
|
NULL::character varying |
Identifiant de l'entité ou adresse mail de l'expéditeur |
| message_exchange_id |
text |
|
|
Identifiant du pli numérique envoyé par mail (message_exchange.message_id) |
status
Sauvegarde le paramétrage des statuts de courriers
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| identifier |
integer |
not null |
nextval('status_identifier_seq'::regclass) |
Identifiant automatique |
| id |
character varying(10) |
not null |
|
Identifiant du statut |
| label_status |
character varying(50) |
not null |
|
Nom du statut |
| is_system |
character(1) |
not null |
'Y'::bpchar |
Indique si c'est un statut critique ou pas |
| is_folder_status |
character(1) |
not null |
'N'::bpchar |
Indique si c'est un statut destiné aux dossiers |
| img_filename |
character varying(255) |
|
|
Identifiant de l'image associée au statut (status_images.id) |
| maarch_module |
character varying(255) |
not null |
'apps'::character varying |
deprecated |
| can_be_searched |
character(1) |
not null |
'Y'::bpchar |
Indique si ce statut apparait dans la recherche avancée |
| can_be_modified |
character(1) |
not null |
'Y'::bpchar |
Indique si les métadonnées des courriers ayant ce statut peuvent être modifiées |
status_images
Sauvegarde les images pouvant être utilisées pour illustrer un statut
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('status_images_id_seq'::regclass) |
Identifiant automatique |
| image_name |
character varying(128) |
not null |
|
Nom de l'image |
tag_res
Fait le lien entre un mot-clé et un courrier
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
Identifiant du courier auquel est attaché le mot-clé (res_letterbox.res_id) |
| tag_id |
bigint |
not null |
|
Identifiant du mot-clé (tags.tag_id) |
Sauvegarde les mots-clés
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| tag_id |
bigint |
not null |
nextval('tag_id_seq'::regclass) |
Identifiant automatique |
| tag_label |
character varying(50) |
not null |
|
Libellé du mot-clé |
| coll_id |
character varying(50) |
not null |
|
deprecated |
| entity_id_owner |
character varying(32) |
|
|
Identifiant de l'entité primaire de l'utilisateur ayant créé ce mot-clé (entities.entity_id) |
Sauvegarde les entités qui peuvent utilisé un mot-clé
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| tag_id |
bigint |
not null |
|
Identifiant du mot-clé (tags.tag_id) |
| entity_id |
character varying(32) |
not null |
|
Identifiant de l'entité qui peut voir ce mot-clé (entities.entity_id) |
templates
Sauvegarde les modèles : attachement, note, notification, courriel
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| template_id |
bigint |
not null |
nextval('templates_seq'::regclass) |
Identifiant automatique |
| template_label |
character varying(255) |
|
NULL::character varying |
Nom du modèle |
| template_comment |
character varying(255) |
|
NULL::character varying |
Description du modèle |
| template_content |
text |
|
|
Contenu du modèle en texte |
| template_type |
character varying(32) |
not null |
'HTML'::character varying |
Type de modèle (HTML, TXT, OFFICE) |
| template_path |
character varying(255) |
|
|
Chemin vers la zone de stockage où est sauvegardé le modèle office |
| template_file_name |
character varying(255) |
|
|
Nom du modèle dans la zone de stockage |
| template_style |
character varying(255) |
|
|
Fichier utilisé pour faire le modèle |
| template_datasource |
character varying(32) |
|
|
Source de données pour fusionner les variables (datasources.xml) |
| template_target |
character varying(255) |
|
|
Cible du modèle |
| template_attachment_type |
character varying(255) |
|
NULL::character varying |
Type d'attachment qui peut utiliser ce modèle |
templates_association
Sauvegarde quelle entité peut utilisé le modèle d'attachement
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| system_id |
bigint |
not null |
nextval('templates_association_seq'::regclass) |
Identifiant automatique |
| template_id |
bigint |
not null |
|
Identifiant du modèle (templates.template_id) |
| what |
character varying(255) |
not null |
|
deprecated |
| value_field |
character varying(255) |
not null |
|
Identifiant de l'entité pouvant utiliser ce modèle (entities.entity_id) |
| maarch_module |
character varying(255) |
not null |
'apps'::character varying |
deprecated |
templates_doctype_ext
Fait le lien entre un type de document et un modèle
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| template_id |
bigint |
|
|
Identifiant du modèle (templates.template_id) |
| type_id |
integer |
not null |
|
Identifiant du type de document (doctypes.type_id) |
| is_generated |
character(1) |
not null |
'N'::bpchar |
Indique si le type de document est lié à un modèle html généré |
thesaurus
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| thesaurus_id |
bigint |
not null |
nextval('thesaurus_id_seq'::regclass) |
Identifiant automatique |
| thesaurus_name |
character varying(255) |
not null |
|
Nom du terme |
| thesaurus_description |
text |
|
|
Description du terme |
| thesaurus_name_associate |
character varying(255) |
|
|
Termes en relation avec celui-ci (thesaurus.thesaurus_id,thesaurus.thesaurus_id, ...) |
| thesaurus_parent_id |
character varying(255) |
|
|
Terme générique associé (thesaurus.thesaurus_id) |
| creation_date |
timestamp without time zone |
|
|
Date d'ajout |
| used_for |
text |
|
|
Description du contexte d'utilisation |
thesaurus_res
Fait le lien entre un courrier et un niveau de thesaurus
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| res_id |
bigint |
not null |
|
Identifiant du courier (res_letterbox.res_id) |
| thesaurus_id |
bigint |
not null |
|
Identifiant du thesaurus (thesaurus.thesaurus_id) |
unit_identifier
Sauvegarde le contenu des plis numériques (M2M)
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| message_id |
text |
not null |
|
Identifiant du pli numérique (message_exchange.message_id) |
| tablename |
text |
not null |
|
Table où est enregistré l'élément envoyé |
| res_id |
text |
not null |
|
Identifiant de l'élément envoyé |
| disposition |
text |
|
|
Emplacement dans le pli numérique (body, attachment) |
user_abs
Sauvegarde la redirection des bannettes
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| system_id |
bigint |
not null |
nextval('user_abs_seq'::regclass) |
Identifiant automatique |
| user_abs |
character varying(128) |
not null |
|
Identifiant de l'utilisateur qui a redirigé la bannette (users.user_id) |
| new_user |
character varying(128) |
not null |
|
Identifiant vers qui la bannette a été redirigé (users.user_id) |
| basket_id |
character varying(255) |
not null |
|
Identifiant de la bannette redirigé (baskets.basket_id) |
| basket_owner |
character varying(255) |
|
|
Identifiant du propriétaire de la bannette (users.user_id) |
| is_virtual |
character(1) |
not null |
'N'::bpchar |
deprecated |
user_signatures
Sauvegarde les signatures des utilisateurs, pour le parapheur électronique
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('user_signatures_id_seq'::regclass) |
Identifiant automatique |
| user_serial_id |
integer |
not null |
|
Identifiant de l'utilisateur (users.id) |
| signature_label |
character varying(255) |
|
NULL::character varying |
Nom de la signature |
| signature_path |
character varying(255) |
|
NULL::character varying |
Chemin où est stockée la signature |
| signature_file_name |
character varying(255) |
|
NULL::character varying |
Nom du fichier de la signature |
| fingerprint |
character varying(255) |
|
NULL::character varying |
Empreinte numérique de la signature |
usergroup_content
Sauvegarde les utilisateurs présent dans un groupe
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| user_id |
character varying(128) |
not null |
|
Identifiant de l'utilisateur (users.user_id) |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe (usergroups.group_id) |
| primary_group |
character(1) |
not null |
|
deprecated |
| role |
character varying(255) |
|
NULL::character varying |
Rôle de l'utilisateur dans le groupe |
usergroups
Sauvegarde les groupes
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('usergroups_id_seq'::regclass) |
Identifiant automatique |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe |
| group_desc |
character varying(255) |
|
NULL::character varying |
Description du groupe |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indique si ce groupe est activé |
usergroups_reports
Sauvegarde les statistiques que peuvent voir chaque groupe
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe(usergroups.group_id) |
| report_id |
character varying(50) |
not null |
|
Identifiant de la statistique (reports.xml) |
usergroups_services
Sauvegarde les droits fonctionnels de chaque groupe
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| group_id |
character varying |
not null |
|
Identifiant du groupe(usergroups.group_id) |
| service_id |
character varying |
not null |
|
Identifiant du service (services.xml) |
users
Sauvegarde les informations liées aux utilisateurs
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('users_id_seq'::regclass) |
Identifiant automatique |
| user_id |
character varying(128) |
not null |
|
Identifiant de l'utilisateur |
| password |
character varying(255) |
|
NULL::character varying |
Mot de passe de l'utilisateur encodé |
| firstname |
character varying(255) |
|
NULL::character varying |
Prénom |
| lastname |
character varying(255) |
|
NULL::character varying |
Nom |
| phone |
character varying(32) |
|
NULL::character varying |
Téléphone |
| mail |
character varying(255) |
|
NULL::character varying |
Courriel |
| initials |
character varying(32) |
|
NULL::character varying |
Initial de l'utilisateur |
| custom_t1 |
character varying(50) |
|
'0'::character varying |
|
| custom_t2 |
character varying(50) |
|
NULL::character varying |
|
| custom_t3 |
character varying(50) |
|
NULL::character varying |
|
| status |
character varying(10) |
not null |
'OK'::character varying |
Indique si l'utilisateur est absent ou pas |
| enabled |
character(1) |
not null |
'Y'::bpchar |
Indique si l'utilisateur est activé ou pas |
| change_password |
character(1) |
not null |
'Y'::bpchar |
Indique si l'utilisateur doit changer son mot de passe à la prochaine connexion |
| loginmode |
character varying(50) |
|
NULL::character varying |
Indique le mode d'authentification |
| cookie_key |
character varying(255) |
|
NULL::character varying |
Cookie de l'utilisateur |
| cookie_date |
timestamp without time zone |
|
|
Date d'expiration du cookie de l'utilisateur |
| thumbprint |
text |
|
NULL::character varying |
deprecated |
| ra_code |
character varying(255) |
|
NULL::character varying |
deprecated |
| ra_expiration_date |
timestamp without time zone |
|
|
deprecated |
users_baskets
Gestion des couleurs de bannettes par utilisateur (sera supprimée dans la prochaine version (18.10) au profit de users_baskets_preferences)
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('users_baskets_id_seq'::regclass) |
Identifiant automatique |
| user_serial_id |
integer |
not null |
|
Identifiant de l'utilisateur (users.id) |
| basket_id |
character varying(32) |
not null |
|
Identifiant de la bannette (baskets.basket_id) |
| group_id |
character varying(32) |
not null |
|
Identifiant du groupe (usergroups.group_id) |
| color |
character varying(16) |
|
|
Couleur de la bannette, en code html |
users_baskets_preferences
Gestion des préférences de l'utilisateur (comme l'affichage des bannettes dans la page d'accueil ou des couleurs)
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
integer |
not null |
nextval('users_baskets_preferences_id_seq'::regclass) |
Identifiant automatique |
| user_serial_id |
integer |
not null |
|
Identifiant de l'utilisateur (users.id) |
| group_serial_id |
integer |
not null |
|
Identifiant du groupe (usergroups.group_id) |
| basket_id |
character varying(32) |
not null |
|
Identifiant de la bannette (baskets.basket_id) |
| display |
boolean |
not null |
|
Indique si l'utilisateur voit la bannette ou pas |
| color |
character varying(16) |
|
|
Couleur de la bannette |
users_email_signatures
Sauvegarde les signatures de courriel pour chaque utilisateur
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| id |
bigint |
not null |
nextval('email_signatures_id_seq'::regclass) |
Identifiant automatique |
| user_id |
character varying(255) |
not null |
|
Identifiant de l'utilisateur (users.user_id) |
| html_body |
text |
not null |
|
Contenu de la signature |
| title |
character varying |
not null |
|
Titre de la signature |
users_entities
Sauvegarde les utilisateurs présents dans chaque entités
| Colonne |
Type |
NULL-able |
Par défaut |
Description |
| user_id |
character varying(128) |
not null |
|
Identifiant de l'utilisateur (users.user_id) |
| entity_id |
character varying(32) |
not null |
|
Identifiant de l'entité (entities.entity_id) |
| user_role |
character varying(255) |
|
|
Rôle de l'utilisateur dans l'entité |
| primary_entity |
character(1) |
not null |
'N'::bpchar |
Indique si c'est l'entité primaire de l'utilisateur |