Correction type colonne

This commit is contained in:
Michael RICOIS 2012-03-05 15:53:54 +00:00
parent 493cf24376
commit 112081aba9

View File

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