correction bug table minmax structure

This commit is contained in:
Damien LASSERRE 2012-03-05 08:12:19 +00:00
parent a76be3aae3
commit cee2fe1bd3

View File

@ -1,5 +1,5 @@
CREATE TABLE `minMax` (
`key` INTEGER PRIMARY KEY NOT NULL,
CREATE TABLE `minmax` (
`cle` INTEGER PRIMARY KEY NOT NULL,
`min` INTEGER NOT NULL,
`max` BIGINT NOT NULL
);