columns: matricule_1: type: text default: "''::text" matricule_2: type: text default: "''::text" matricule_22: type: text default: "''::text" nom_assure: type: text default: "''::text" prenom_assure: type: text default: "''::text" sejour_id: type: bigint not_null: NOT NULL tiers_payant_0_id: type: bigint default: "0" tiers_payant_1_id: type: bigint default: "0" tiers_payant_22_id: type: bigint default: "0" tiers_payant_2_id: type: bigint default: "0" constraints: p_sejours_assurance_pkey: type: PRIMARY KEY column: sejour_id indexes: i_sejours_assurance_1: column: tiers_payant_0_id method: btree i_sejours_assurance_2: column: tiers_payant_1_id method: btree i_sejours_assurance_3: column: tiers_payant_2_id method: btree i_sejours_assurance_4: column: tiers_payant_22_id method: btree