You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

41 lines
764 B

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