columns: a_nouveaux: type: character(1) default: "'0'::bpchar" clinique_honoraire: type: character(1) code: type: text code_original: type: text etat: type: character(1) oid: type: bigint not_null: NOT NULL default: "nextval('s_journaux'::regclass)" report_automatique_mois_suivant: type: character(1) default: "'0'::bpchar" section1_code: type: text default: "''::text" section1_id: type: bigint default: "0" section1_texte: type: text default: "''::text" section2_code: type: text default: "''::text" section2_id: type: bigint default: "0" section2_texte: type: text default: "''::text" section3_code: type: text default: "''::text" section3_id: type: bigint default: "0" section3_texte: type: text default: "''::text" section_code: type: 'text[]' section_id: type: 'bigint[]' section_texte: type: 'text[]' texte: type: text constraints: t_journaux_pkey: type: PRIMARY KEY column: oid t_journaux_ukey1: type: UNIQUE column: code_original indexes: i_journaux_1: column: clinique_honoraire, code method: btree i_journaux_2: column: code method: btree i_journaux_3: column: '(section_id[1])' method: btree i_journaux_4: column: '(section_id[2])' method: btree i_journaux_5: column: '(section_id[3])' method: btree