CREATE TABLE gps_regular_polynomials (
	generic	_int2,	-- Code for when the polynomial is generic.  If it is a list of primes, it is generic for all fields whose characteristic is not listed.  If it is [0], then it is generic over the rationals.  Otherwise it is None to signify that no claims are being made about being generic.
	id	bigint,	-- 
	label	text,	-- Galois group label
	polynomial	text 	-- Polynomial in raw form, parameters t, s, u, ...
);