columns:
|
|
clinique_honoraire:
|
|
type: character(1)
|
|
not_null: NOT NULL
|
|
default: "''::bpchar"
|
|
code:
|
|
type: text
|
|
code_original:
|
|
type: text
|
|
norme:
|
|
type: text
|
|
default: "''::text"
|
|
oid:
|
|
type: bigint
|
|
not_null: NOT NULL
|
|
default: "nextval('s_prestations'::regclass)"
|
|
section_code:
|
|
type: 'text[]'
|
|
section_id:
|
|
type: 'bigint[]'
|
|
section_texte:
|
|
type: 'text[]'
|
|
statut:
|
|
type: character(1)
|
|
texte:
|
|
type: text
|
|
texte_court:
|
|
type: text
|
|
type_valorisation_non_facture:
|
|
type: text
|
|
default: "''::text"
|
|
type_ventilation_jour:
|
|
type: text
|
|
default: "''::text"
|
|
constraints:
|
|
t_prestations_pkey:
|
|
type: PRIMARY KEY
|
|
column: oid
|
|
t_prestations_code_key:
|
|
type: UNIQUE
|
|
column: code
|