pour déploiement auto v2 via gitlab
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.
 
 

38 lines
685 B

columns:
base_remboursement:
type: numeric
date_debut:
type: date
date_fin:
type: date
dmt_code:
type: numeric(3,0)
mode_traitement:
type: character(2)
montant_remboursable:
type: numeric
import_id:
type: bigint
default: "0"
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_vidhosp_dmt'::regclass)"
quantite:
type: numeric(3,0)
comment: "Durée de séjour"
prix_unitaire:
type: numeric
rss_id:
type: bigint
taux_prestation:
type: numeric
constraints:
p_vidhosp_dmt_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_vidhosp_dmt_rss_id:
column: rss_id
method: btree