columns: code: type: text code_original: type: text oid: type: bigint not_null: NOT NULL default: "nextval('s_bloc_motif_intervention'::regclass)" section_code: type: 'text[]' section_id: type: 'bigint[]' section_texte: type: 'text[]' texte: type: text texte_court: type: text constraints: t_bloc_motif_intervention_pkey: type: PRIMARY KEY column: oid indexes: t_bloc_motif_intervention_code_key: column: code method: btree