CREATE TYPE "PriceRange" AS ( min int, max int ); ALTER TABLE offers ADD COLUMN price_range "PriceRange" NOT NULL DEFAULT '(0, 0)';