CREATE TABLE `minMax` ( `key` INTEGER PRIMARY KEY NOT NULL, `min` INTEGER NOT NULL, `max` BIGINT NOT NULL );