columns:
|
|
code:
|
|
type: text
|
|
colonnes_essentiel:
|
|
type: text
|
|
default: "''::text"
|
|
colonnes_essentiel_style:
|
|
type: text
|
|
default: "''::text"
|
|
contexte:
|
|
type: text
|
|
default: "''::text"
|
|
entete:
|
|
type: text
|
|
default: "''::text"
|
|
entete_2:
|
|
type: text
|
|
default: "''::text"
|
|
essentiel_date_level:
|
|
type: character(1)
|
|
default: "'M'::bpchar"
|
|
group_id:
|
|
type: bigint
|
|
default: "0"
|
|
is_cti:
|
|
type: character(1)
|
|
default: "0"
|
|
is_essentiel:
|
|
type: character(1)
|
|
default: "'0'::bpchar"
|
|
is_hide:
|
|
type: text
|
|
default: "'0'::text"
|
|
is_template_updatable:
|
|
type: text
|
|
default: "'0'::text"
|
|
label:
|
|
type: text
|
|
default: "''::text"
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_rapports'::regclass)"
|
|
rapport_indicateur_condition_id:
|
|
type: 'bigint[]'
|
|
rapport_lie_id:
|
|
type: 'bigint[]'
|
|
rapport_template_id:
|
|
type: bigint
|
|
default: "0"
|
|
serie_entete:
|
|
type: 'text[]'
|
|
texte:
|
|
type: text
|
|
type_rapport:
|
|
type: text
|
|
default: "''::text"
|
|
constraints:
|
|
t_rapports_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|
|
indexes:
|
|
i_rapports_1:
|
|
column: code
|
|
method: btree
|