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.
 
 

63 lines
1.3 KiB

columns:
code:
type: character varying(20)
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_etudes'::regclass)"
region_id:
type: bigint
default: "0"
sequence:
type: integer
comment: numéro de la séquence de la classe dans la table pmsi.t_classes
taux_cible_ars:
type: numeric(5,2)
default: "0"
taux_cible_ets:
type: numeric(5,2)
default: "0"
taux_moyen_national:
type: numeric(5,2)
default: "0"
taux_moyen_national_prive:
type: numeric(5,2)
default: "0"
taux_moyen_national_public:
type: numeric(5,2)
default: "0"
taux_moyen_regional:
type: numeric(5,2)
default: "0"
taux_moyen_regional_prive:
type: numeric(5,2)
default: "0"
taux_moyen_regional_public:
type: numeric(5,2)
default: "0"
taux_moyen_tersante:
type: numeric(5,2)
default: "0"
taux_moyen_tersante_prive:
type: numeric(5,2)
default: "0"
taux_moyen_tersante_public:
type: numeric(5,2)
default: "0"
tersante_id:
type: bigint
default: "0"
constraints:
t_etude_5_pkey:
type: PRIMARY KEY
column: oid
indexes:
i_etude_5_1:
column: tersante_id
method: btree
i_etude_5_2:
column: region_id
method: btree
i_etude_5_3:
column: code
method: btree