columns: code: type: text oid: type: bigint not_null: NOT NULL default: "nextval('s_filiere_soin'::regclass)" section_code: type: 'text[]' section_id: type: 'bigint[]' section_texte: type: 'text[]' texte: type: text texte_court: type: text constraints: t_filiere_soin_1_pkey: type: PRIMARY KEY column: oid t_filiere_soin_1_ukey1: type: UNIQUE column: code indexes: i_filiere_soin_1_code: column: code method: btree