columns: code: type: character varying(20) code_original: type: character varying(30) oid: type: bigint not_null: NOT NULL default: "nextval('s_compte'::regclass)" section_code: type: 'text[]' section_id: type: 'bigint[]' section_texte: type: 'text[]' texte: type: character varying(255) texte_court: type: character varying(255) constraints: t_compte_pkey: type: PRIMARY KEY column: oid t_compte_ukey: type: UNIQUE column: code_original