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.
 
 

42 lines
853 B

columns:
actes_inclus_public:
type: character(1)
default: "0"
comment: 1 = Dans un etablissement public, cette rubrique de séjour inclus les actes
code:
type: text
code_force:
type: text
default: "''::text"
code_original:
type: text
est_force_etablissement:
type: text
default: "'0'::text"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_rubriques_facturation'::regclass)"
prestation_forcee_id:
type: bigint
default: "0"
section_code:
type: 'text[]'
section_id:
type: 'bigint[]'
section_texte:
type: 'text[]'
statut:
type: character(1)
texte:
type: text
texte_court:
type: text
constraints:
t_rubriques_facturation_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_rubriques_facturation_1:
column: section_id
method: gin