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.
 
 

34 lines
851 B

comment: Table de jointure entre les racines de GHM et ses regroupements DA/GP/GA
columns:
annee_pmsi:
type: numeric(4,0)
da_code:
type: character varying(3)
da_gp_code:
type: character varying(6)
da_gp_ga_code:
type: character varying(10)
ga_code:
type: character varying(4)
ghm_racine_code:
type: character varying(5)
gp_code:
type: character varying(3)
oid:
type: bigint
not_null: NOT NULL
default: "nextval('s_ghm_racines_regroupements'::regclass)"
constraints:
t_ghm_racines_regroupements_pkey:
type: PRIMARY KEY
column: oid
t_ghm_racines_regroupements_ukey1:
type: UNIQUE
column: annee_pmsi, ghm_racine_code
indexes:
i_ghm_racines_regroupements_1:
column: ghm_racine_code
method: btree
i_ghm_racines_regroupements_2:
column: annee_pmsi
method: btree