columns: code: type: character varying(10) default: "''::character varying" oid: type: bigint not_null: NOT NULL default: "0" section_code: type: 'text[]' section_id: type: 'bigint[]' section_texte: type: 'text[]' texte: type: character varying(255) default: "''::character varying" constraints: t_ages_pkey: type: PRIMARY KEY column: oid t_ages_ukey1: type: UNIQUE column: code indexes: i_ages_1: column: code method: btree