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