correction bug table minmax structure
This commit is contained in:
parent
a76be3aae3
commit
cee2fe1bd3
@ -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
|
||||
);
|
Loading…
Reference in New Issue
Block a user