CREATE TABLE nf_fields_reflex (
	CM_types	_text,	-- list of CM types
	galois_orbits	_int2,	-- An identifier indicating in which Galois orbit a CM type is
	id	bigint,	-- 
	multiplicity	smallint,	-- The number of CM types that give rise to this reflex field
	nf_label	text,	-- Label of the CM number field
	rf_coeffs	_numeric,	-- Coefficients of the equation defining one of the reflex fields
	rf_emb_imag	_float8,	-- list of imaginary parts of embedded reflex field generator
	rf_emb_real	_float8,	-- list of real parts of embedded reflex field generator
	rf_rf	_text 	-- A list of reflex fields of the reflex fields, one for each Galois orbit
);