columns: ca_ghs: type: numeric default: "0" encours: type: integer default: "0" mouvement_id: type: bigint not_null: NOT NULL no_patient: type: text no_rss: type: text no_sejour: type: text rss_id: type: bigint default: "0" sejour_id: type: bigint default: "0" ssr_id: type: bigint default: "0" indexes: i_sejours_1: column: mouvement_id method: btree i_sejours_2: column: rss_id method: btree i_sejours_3: column: sejour_id method: btree