columns: code: type: character varying(20) oid: type: bigint not_null: NOT NULL default: "nextval('s_comites_medicaux'::regclass)" section_code: type: 'text[]' section_id: type: 'bigint[]' section_texte: type: 'text[]' texte: type: character varying(255) constraints: t_comites_medicaux_pkey: type: PRIMARY KEY column: oid t_comites_medicaux_ukey1: type: UNIQUE column: code indexes: i_comites_medicaux_1: column: code method: btree