columns:
|
|
alert_exp:
|
|
type: text
|
|
not_null: NOT NULL
|
|
default: "'0'::text"
|
|
code:
|
|
type: text
|
|
date_validite_debut:
|
|
type: date
|
|
date_validite_fin:
|
|
type: date
|
|
description:
|
|
type: text
|
|
default: "''::text"
|
|
etat_cible:
|
|
type: bigint
|
|
default: "5"
|
|
comment: 0=Tous, 1=Présents, 2=Non facturés
|
|
gravite_id:
|
|
type: bigint
|
|
default: "5"
|
|
comment: 0=Information, 5=Avertissement, 9=Erreur
|
|
is_active:
|
|
type: character(1)
|
|
default: "'1'::bpchar"
|
|
is_cti:
|
|
type: character(1)
|
|
default: "'0'::bpchar"
|
|
is_global:
|
|
type: character(1)
|
|
default: "'0'::bpchar"
|
|
is_hide:
|
|
type: character(1)
|
|
default: "'0'::bpchar"
|
|
last_execution_ok:
|
|
type: character(1)
|
|
last_execution_timestamp:
|
|
type: timestamp without time zone
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_expert_controle'::regclass)"
|
|
prestataire_id:
|
|
type: bigint
|
|
default: (-1)
|
|
comment: '-1: tous, voir table base.t_prestataires pour le reste'
|
|
section_code:
|
|
type: 'text[]'
|
|
section_id:
|
|
type: 'bigint[]'
|
|
section_texte:
|
|
type: 'text[]'
|
|
texte:
|
|
type: text
|
|
texte_abrege:
|
|
type: text
|
|
texte_court:
|
|
type: text
|